mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-30 18:20:52 +07:00
8 lines
140 B
Java
8 lines
140 B
Java
class Test {
|
|
public static void main(String[] args) {
|
|
class Inner1{};
|
|
class <warning>Inner2</warning> {};
|
|
new Inner1();
|
|
}
|
|
}
|