method refs: wildcards treatment (IDEA-99828)

This commit is contained in:
Anna Kozlova
2013-01-28 12:37:02 +04:00
parent 2ccf09a58f
commit 857c23caf2
3 changed files with 20 additions and 2 deletions

View File

@@ -163,6 +163,10 @@ public class MethodRefHighlightingTest extends LightDaemonAnalyzerTestCase {
doTest();
}
public void testCapturedWildcards() throws Exception {
doTest();
}
private void doTest() throws Exception {
doTest(false);
}