mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
testdata for IDEA-19800
This commit is contained in:
+17
@@ -34,3 +34,20 @@ class Records {
|
||||
}
|
||||
}
|
||||
}
|
||||
//---------------------------------------------
|
||||
class Parent<T extends Parent.NestedParent>
|
||||
{
|
||||
protected static interface NestedParent
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
class Test
|
||||
{
|
||||
public final static class Child extends Parent<<error descr="NestedChild is not accessible in current context">Child.NestedChild</error>>
|
||||
{
|
||||
private static interface NestedChild extends NestedParent
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user