mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
testdata to fix
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
import java.util.List;
|
||||
|
||||
class Sample {
|
||||
<T extends List<K>, K extends List<T>> void foo(){}
|
||||
|
||||
{
|
||||
foo();
|
||||
}
|
||||
}
|
||||
+5
@@ -57,6 +57,11 @@ public class GraphInferenceHighlightingTest extends LightDaemonAnalyzerTestCase
|
||||
doTest();
|
||||
}
|
||||
|
||||
@Bombed(day = 30, month = Calendar.AUGUST)
|
||||
public void testCyclicParamsDependency() throws Exception {
|
||||
doTest();
|
||||
}
|
||||
|
||||
public void testInferenceForFirstArg() throws Exception {
|
||||
doTest();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user