testdata for IDEA-57252

This commit is contained in:
anna
2013-10-10 18:39:57 +02:00
parent 82b6b165d6
commit 46e9f4beca
2 changed files with 4 additions and 0 deletions
@@ -0,0 +1,3 @@
class A<T> {
class B extends A<<error descr="B is not accessible in current context">B.B</error>>{}
}
@@ -317,6 +317,7 @@ public class GenericsHighlightingTest extends LightDaemonAnalyzerTestCase {
public void testIDEA67584() throws Exception { doTest5(false); }
public void testIDEA113225() throws Exception { doTest5(false); }
public void testIDEA67518() throws Exception { doTest5(false); }
public void testIDEA57252() throws Exception { doTest5(false); }
public void testJavaUtilCollections_NoVerify() throws Exception {
PsiClass collectionsClass = getJavaFacade().findClass("java.util.Collections", GlobalSearchScope.moduleWithLibrariesScope(getModule()));