mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 18:50:54 +07:00
java highlighting: give up check of @PolymorphicSignature methods (IDEA-251449)
GitOrigin-RevId: cf986ee46e52d6cabfc309776559481d42e6c5ce
This commit is contained in:
committed by
intellij-monorepo-bot
parent
3fe319cf9c
commit
636bbda18f
@@ -0,0 +1,10 @@
|
||||
import java.lang.invoke.MethodHandle;
|
||||
|
||||
class MyTest {
|
||||
private void m(MethodHandle handle) {
|
||||
I stringSupplier = handle::invokeExact;
|
||||
}
|
||||
}
|
||||
interface I {
|
||||
String n() throws Throwable;
|
||||
}
|
||||
Reference in New Issue
Block a user