mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-12 21:37:00 +07:00
for "Convert to instance method" refactoring GitOrigin-RevId: a4bb1ef732d71359e52ed778f9ad36c776533e47
9 lines
75 B
Plaintext
9 lines
75 B
Plaintext
class X {
|
|
|
|
void x() {}
|
|
|
|
void foo() {
|
|
new Object() {
|
|
}
|
|
}
|
|
} |