mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-07-28 09:31:00 +07:00
push down: order abstract/default/static (IDEA-148492)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
interface A {
|
||||
default void f<caret>oo() {
|
||||
System.out.println("");
|
||||
}
|
||||
}
|
||||
|
||||
interface B extends A {}
|
||||
Reference in New Issue
Block a user