mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
testdata for IDEA-57275
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
abstract class A {
|
||||
abstract <S, T extends Iterable<S>> void foo();
|
||||
|
||||
{
|
||||
foo();
|
||||
}
|
||||
}
|
||||
|
||||
class X{
|
||||
<T extends Enum<T>> void foo(){
|
||||
foo();
|
||||
}
|
||||
}
|
||||
@@ -157,6 +157,7 @@ public class GenericsHighlightingTest extends LightDaemonAnalyzerTestCase {
|
||||
public void testIDEA57378() throws Exception { doTest(false); }
|
||||
public void testIDEA57557() throws Exception { doTest(false); }
|
||||
public void testIDEA57563() throws Exception { doTest(false); }
|
||||
public void testIDEA57275() 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