mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-04 20:30:42 +07:00
7 lines
100 B
Java
7 lines
100 B
Java
// "Fix the typo 'fnal' to 'final'" "true-preview"
|
|
class A{
|
|
static final public class B {
|
|
|
|
}
|
|
}
|