mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 10:20:15 +07:00
testdata for IDEA-57484
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
abstract class C{
|
||||
abstract <T> T foo(T x, T y);
|
||||
|
||||
{
|
||||
Long s = (Long) foo(1,1L);
|
||||
}
|
||||
}
|
||||
@@ -162,6 +162,7 @@ public class GenericsHighlightingTest extends LightDaemonAnalyzerTestCase {
|
||||
public void testIDEA57509() throws Exception { doTest(false); }
|
||||
public void testIDEA57410() throws Exception { doTest(false); }
|
||||
public void testIDEA57411() throws Exception { doTest(false); }
|
||||
public void testIDEA57484() throws Exception { doTest(false); }
|
||||
public void testInconvertibleTypes() throws Exception { doTest(false); }
|
||||
public void testIncompatibleReturnType() throws Exception { doTest(false); }
|
||||
public void testContinueInferenceAfterFirstRawResult() throws Exception { doTest(false); }
|
||||
|
||||
Reference in New Issue
Block a user