mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
extract method: qualify with this if needed when target class differs from call place's one
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
public class Test {
|
||||
void foo() {
|
||||
new A() {
|
||||
void fe() {<selection>System.out.println("");</selection>}
|
||||
}
|
||||
}
|
||||
}
|
||||
class A {
|
||||
void newMethod(){}
|
||||
}
|
||||
Reference in New Issue
Block a user