mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
testdata for IDEA-67591
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
interface A
|
||||
{
|
||||
interface B { }
|
||||
}
|
||||
|
||||
interface C extends A, D<<error descr="B is not accessible in current context">C.B</error>> {}
|
||||
|
||||
interface D<T> {}
|
||||
Reference in New Issue
Block a user