type arguments agree when one is type parameter and another is not any wildcard (IDEA-67427)

This commit is contained in:
anna
2011-04-12 15:15:54 +02:00
parent 0c66b6cfa4
commit 98568c1380
3 changed files with 43 additions and 0 deletions

View File

@@ -96,6 +96,7 @@ public class GenericsHighlightingTest extends LightDaemonAnalyzerTestCase {
public void testMethodSignatureEquality() throws Exception { doTest(false); }
public void testInnerClassRef() throws Exception { doTest(false); }
public void testPrivateInnerClassRef() throws Exception { doTest(false); }
public void testWideningCastToTypeParam() throws Exception { doTest(false); }
public void testJavaUtilCollections_NoVerify() throws Exception {
PsiClass collectionsClass = getJavaFacade().findClass("java.util.Collections", GlobalSearchScope.moduleWithLibrariesScope(getModule()));