JavaFunctionalExpressionIndex: don't throw on invalid code with lambdas outside members

GitOrigin-RevId: b2fac86f104ebf9d7a79dfc8136a69e7343adbb4
This commit is contained in:
Peter Gromov
2020-06-19 19:49:34 +03:00
committed by intellij-monorepo-bot
parent 0188dc5f2a
commit 1182518e6b
2 changed files with 3 additions and 3 deletions
@@ -9,4 +9,6 @@ class A {
interface I {
void run();
}
}
@Anno(() -> {})