method refs: varargs in referenced method processed (IDEA-92598)

This commit is contained in:
anna
2012-10-08 19:02:36 +02:00
parent ada232f63e
commit 8f11a9d3fa
4 changed files with 21 additions and 2 deletions

View File

@@ -81,6 +81,10 @@ public class MethodRefHighlightingTest extends LightDaemonAnalyzerTestCase {
doTest();
}
public void testVarargs1() throws Exception {
doTest();
}
public void testConstructorRefInnerFromSuper() throws Exception {
doTest();
}