mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-10 18:09:38 +07:00
for "Convert to instance method" refactoring GitOrigin-RevId: a4bb1ef732d71359e52ed778f9ad36c776533e47
8 lines
93 B
Java
8 lines
93 B
Java
class X {
|
|
|
|
void foo() {
|
|
new Object() {
|
|
static void <caret>x(X x) {}
|
|
}
|
|
}
|
|
} |