testdata to fix

This commit is contained in:
Anna Kozlova
2014-08-21 18:14:27 +04:00
parent 9b5eb2418f
commit b5229e305b
3 changed files with 15 additions and 1 deletions
@@ -0,0 +1,9 @@
import java.util.List;
class Sample {
<T extends List<K>, K extends List<T>> void foo(){}
{
foo();
}
}
@@ -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();
}