method refs: resolve conflicts according to spec

This commit is contained in:
anna
2012-10-01 10:19:57 +02:00
parent b7ca327ee3
commit 2ad31f0bc5
2 changed files with 42 additions and 77 deletions
@@ -56,6 +56,10 @@ public class MethodRefHighlightingTest extends LightDaemonAnalyzerTestCase {
public void testConstructorRefs() throws Exception {
doTest();
}
public void testVarargs() throws Exception {
doTest();
}
private void doTest() throws Exception {
doTest(BASE_PATH + "/" + getTestName(false) + ".java", false, false);