testdata for IDEA-57650

This commit is contained in:
anna
2012-10-23 17:43:03 +02:00
parent 64ae8e711e
commit c97457bb07
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
abstract class A {
abstract <T> T foo();
{
int x = foo();
}
}

View File

@@ -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); }