mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-02 14:38:30 +07:00
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>
|
|
}
|
|
}
|
|
}
|
|
} |