mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-08 14:37:46 +07:00
GitOrigin-RevId: 3d2f9808778e9367a5b000514fa1f275fb6c0e24
7 lines
90 B
Java
7 lines
90 B
Java
class B {
|
|
void test() {
|
|
new B() {
|
|
void <caret>foo() { }
|
|
};
|
|
}
|
|
} |