mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
extract super class: check for conflicts under progress; skip check for superclass inheritors mismatch - as no actual members would go there
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
public class Test {
|
||||
void x() {
|
||||
foo();
|
||||
}
|
||||
}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
public class TestSubclass extends Test {
|
||||
|
||||
private void foo(){}
|
||||
}
|
||||
Reference in New Issue
Block a user