method refs: take qualifier's type arguments in account

This commit is contained in:
anna
2012-09-27 18:45:14 +02:00
parent 0e98677a71
commit 2cdfea8b61
4 changed files with 50 additions and 19 deletions

View File

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