mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
hide "illegal forward reference" warning for lambda (IDEA-91986)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user