mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 18:50:54 +07:00
IDEA-242422 ArrayIndexOutOfBoundsException in FunExprOccurrence
GitOrigin-RevId: d0b1b4e881c919d9e855f897452c371dd12f2a59
This commit is contained in:
committed by
intellij-monorepo-bot
parent
1802cec4d9
commit
29ef77afd0
@@ -0,0 +1,12 @@
|
||||
class A {
|
||||
{
|
||||
bar() = () -> {};;
|
||||
}
|
||||
|
||||
I bar() {}
|
||||
|
||||
}
|
||||
|
||||
interface I {
|
||||
void run();
|
||||
}
|
||||
Reference in New Issue
Block a user