mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-06-11 15:06:36 +07:00
fcbe2d4916
GitOrigin-RevId: 5dca120cc7b4f82829c9da0be0e409f21993c477
11 lines
128 B
Java
11 lines
128 B
Java
class C {
|
|
static void bar() {
|
|
class Visitor {
|
|
int field;
|
|
|
|
void foo() {
|
|
fie<caret>x
|
|
}
|
|
}
|
|
}
|
|
} |