method refs: check cyclic inference for method refs

This commit is contained in:
anna
2012-10-04 13:24:25 +02:00
parent 96bf64f976
commit 120111d01b
5 changed files with 61 additions and 10 deletions

View File

@@ -93,6 +93,10 @@ public class MethodRefHighlightingTest extends LightDaemonAnalyzerTestCase {
doTest();
}
public void testCyclicInference() throws Exception {
doTest();
}
public void testReturnTypeSpecific() throws Exception {
doTest(true);
}