mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-07-26 07:59:55 +07:00
push down: order abstract/default/static (IDEA-148492)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
interface A {
|
||||
void fo<caret>o();
|
||||
}
|
||||
class B implements A {}
|
||||
Reference in New Issue
Block a user