method refs: varargs in receiver position supported (IDEA-92711)

This commit is contained in:
anna
2012-10-10 13:06:58 +02:00
parent b929c5ad2f
commit 635ebe4e27
3 changed files with 40 additions and 2 deletions

View File

@@ -113,6 +113,10 @@ public class MethodRefHighlightingTest extends LightDaemonAnalyzerTestCase {
doTest();
}
public void testVarargsInReceiverPosition() throws Exception {
doTest();
}
public void testInferenceFromReturnType() throws Exception {
doTest(true);
}