hide "illegal forward reference" warning for lambda (IDEA-91986)

This commit is contained in:
anna
2012-09-25 11:09:20 +02:00
parent db73ee1ae1
commit 5c170f7eb5
3 changed files with 16 additions and 1 deletions

View File

@@ -148,6 +148,10 @@ public class LambdaHighlightingTest extends LightDaemonAnalyzerTestCase {
public void testAlreadyUsedParamName() throws Exception {
doTest();
}
public void testRecursiveAccess() throws Exception {
doTest();
}
private void doTest() throws Exception {
doTest(BASE_PATH + "/" + getTestName(false) + ".java", false, false);