method ref: initial ambiguity rules

This commit is contained in:
anna
2012-09-26 17:25:15 +02:00
parent 73e52e462d
commit 806d8384b4
7 changed files with 274 additions and 38 deletions

View File

@@ -28,6 +28,10 @@ public class MethodRefHighlightingTest extends LightDaemonAnalyzerTestCase {
public void testAssignability() throws Exception {
doTest();
}
public void testAmbiguity() throws Exception {
doTest();
}
private void doTest() throws Exception {
doTest(BASE_PATH + "/" + getTestName(false) + ".java", false, false);