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