mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 13:02:30 +07:00
testdata for IDEA-57563
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class C {
|
||||
void foo(){}
|
||||
}
|
||||
|
||||
class D extends C{
|
||||
static <T> void foo(){}
|
||||
}
|
||||
@@ -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); }
|
||||
|
||||
Reference in New Issue
Block a user