Files
openide/java/java-tests/testData/codeInsight/daemonCodeAnalyzer/lambda/functionalInterface/NoMethods.java
Tagir Valeev fd581aa354 [java-highlighting] Refactor FunctionalInterfaceTest to avoid internals dependency; move completion stuff out of LambdaHighlightingUtil
Part of IDEA-365344 Create a new Java error highlighter with minimal dependencies (PSI only)

GitOrigin-RevId: 4bd5447dd5fc2342f5e9b23e693f7683594470f5
2025-02-04 19:21:50 +00:00

2 lines
112 B
Java

<error descr="No target method found">@FunctionalInterface</error>
interface Foo { boolean equals(Object obj); }