mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 11:50:54 +07:00
testdata for IDEA-67597
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
class A<T>
|
||||
{
|
||||
T x = <error descr="Inconvertible types; cannot cast 'int' to 'T'">(T) 1</error>;
|
||||
}
|
||||
@@ -196,6 +196,7 @@ public class GenericsHighlightingTest extends LightDaemonAnalyzerTestCase {
|
||||
public void testErasureTypeParameterBound() { doTest5(false); }
|
||||
public void testThisAsAccessObject() { doTest5(false); }
|
||||
public void testIDEA67861() { doTest7Incompatibility(false); }
|
||||
public void testIDEA67597() { doTest7Incompatibility(false); }
|
||||
|
||||
public void testJavaUtilCollections_NoVerify() throws Exception {
|
||||
PsiClass collectionsClass = getJavaFacade().findClass("java.util.Collections", GlobalSearchScope.moduleWithLibrariesScope(getModule()));
|
||||
|
||||
Reference in New Issue
Block a user