mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-03 20:33:31 +07:00
GitOrigin-RevId: 249dc859a3db5ee9a079be3c598816e834ad7f94
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();
|
|
}
|
|
}
|