mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
static import when inheritance present (IDEA-158357)
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
package a;
|
||||
|
||||
import static a.A.foo;
|
||||
|
||||
interface B extends A {
|
||||
static void bar() {
|
||||
foo("");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user