mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-17 06:49:59 +07:00
IDEA-211449 IDEA is unable to find lambda implementations when invoked on library class source
GitOrigin-RevId: 8fd904e0dae62c5b15f9b85fe2086860bf89b4d0
This commit is contained in:
committed by
intellij-monorepo-bot
parent
3349d62588
commit
28a5a5765f
+7
@@ -0,0 +1,7 @@
|
||||
class C {
|
||||
void m(Foo f) {}
|
||||
|
||||
{
|
||||
m(() -> {});
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user