EA-78369 - NPE: PsiDiamondTypeImpl$InferredAnonymTypeVisitor.visitClassType

This commit is contained in:
Anna Kozlova
2016-01-26 17:30:03 +03:00
parent c4cb54dca4
commit 7c708a0eac
2 changed files with 2 additions and 1 deletions
@@ -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<>() {};
}
}