mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-20 21:41:24 +07:00
testdata for IDEA-175759
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package test.test;
|
||||
import test.A;
|
||||
import test.test.C.D.E;
|
||||
|
||||
class C extends A {
|
||||
public static class D extends B {
|
||||
public static class E {}
|
||||
}
|
||||
public void c(E e) {}
|
||||
}
|
||||
Reference in New Issue
Block a user