testdata for IDEA-57563

This commit is contained in:
anna
2012-10-23 17:54:53 +02:00
parent e216960467
commit 69b98caa39
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
class C {
void foo(){}
}
class D extends C{
static <T> void foo(){}
}

View File

@@ -156,6 +156,7 @@ public class GenericsHighlightingTest extends LightDaemonAnalyzerTestCase {
public void testIDEA57650() throws Exception { doTest(false); }
public void testIDEA57378() throws Exception { doTest(false); }
public void testIDEA57557() throws Exception { doTest(false); }
public void testIDEA57563() 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); }