mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
testdata for IDEA-57252
This commit is contained in:
+3
@@ -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()));
|
||||
|
||||
Reference in New Issue
Block a user