mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
testdata for IDEA-104100
(cherry picked from commit 411a14aa13d2b77fb37adbb2f00c7d1dcff2efdf)
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
public class TestGenericMap<A extends Comparable<A>, B extends Comparable<B>>
|
||||
{
|
||||
public TestGenericMap<B, A> inverse()
|
||||
{
|
||||
return new TestGenericMap<>();
|
||||
}
|
||||
}
|
||||
@@ -219,6 +219,8 @@ public class GenericsHighlightingTest extends LightDaemonAnalyzerTestCase {
|
||||
doTest5(false);
|
||||
}
|
||||
|
||||
public void testIDEA104100() {doTest(LanguageLevel.JDK_1_7, JavaSdkVersion.JDK_1_7, false);}
|
||||
|
||||
public void testJavaUtilCollections_NoVerify() throws Exception {
|
||||
PsiClass collectionsClass = getJavaFacade().findClass("java.util.Collections", GlobalSearchScope.moduleWithLibrariesScope(getModule()));
|
||||
assertNotNull(collectionsClass);
|
||||
|
||||
Reference in New Issue
Block a user