mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
10 lines
158 B
Java
10 lines
158 B
Java
public class Test {
|
|
void foo() {
|
|
new A() {
|
|
void fe() {<selection>System.out.println("");</selection>}
|
|
}
|
|
}
|
|
}
|
|
class A {
|
|
void newMethod(){}
|
|
} |