mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-09 16:39:37 +07:00
8 lines
113 B
Java
8 lines
113 B
Java
class Anonymous {
|
|
int num1;
|
|
int num2;
|
|
Object o = new Object(){<caret>};
|
|
|
|
Anonymous() {}
|
|
void foo() {}
|
|
} |