mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
EA-78369 - NPE: PsiDiamondTypeImpl$InferredAnonymTypeVisitor.visitClassType
This commit is contained in:
+1
@@ -11,5 +11,6 @@ class Pos {
|
||||
void testQualified() {
|
||||
Member<?> m1 = this.new Member<>() {};
|
||||
Nested<?> m2 = new Pos.Nested<>() {};
|
||||
Nested<java.util.List> m3 = new Pos.Nested<>() {};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user