mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-25 18:25:37 +07:00
JavaFunctionalExpressionIndex: don't throw on invalid code with lambdas outside members
GitOrigin-RevId: b2fac86f104ebf9d7a79dfc8136a69e7343adbb4
This commit is contained in:
committed by
intellij-monorepo-bot
parent
0188dc5f2a
commit
1182518e6b
+3
-1
@@ -9,4 +9,6 @@ class A {
|
||||
|
||||
interface I {
|
||||
void run();
|
||||
}
|
||||
}
|
||||
|
||||
@Anno(() -> {})
|
||||
Reference in New Issue
Block a user