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