IDEA-242422 ArrayIndexOutOfBoundsException in FunExprOccurrence

GitOrigin-RevId: d0b1b4e881c919d9e855f897452c371dd12f2a59
This commit is contained in:
Peter Gromov
2020-06-03 14:05:05 +02:00
committed by intellij-monorepo-bot
parent 1802cec4d9
commit 29ef77afd0
3 changed files with 19 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
class A {
{
bar() = () -> {};;
}
I bar() {}
}
interface I {
void run();
}