mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
testdata for IDEA-57650
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
abstract class A {
|
||||
abstract <T> T foo();
|
||||
|
||||
{
|
||||
int x = foo();
|
||||
}
|
||||
}
|
||||
@@ -153,6 +153,7 @@ public class GenericsHighlightingTest extends LightDaemonAnalyzerTestCase {
|
||||
public void testIDEA67599() throws Exception { doTest(false); }
|
||||
public void testIDEA57668() throws Exception { doTest(false); }
|
||||
public void testIDEA57667() throws Exception { doTest(false); }
|
||||
public void testIDEA57650() 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