[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
This commit is contained in:
Tagir Valeev
2025-02-04 12:07:36 +01:00
committed by intellij-monorepo-bot
parent 0eeed91d22
commit fd581aa354
19 changed files with 58 additions and 164 deletions

View File

@@ -1,3 +1,4 @@
<error descr="Multiple non-overriding abstract methods found in Foo">@FunctionalInterface</error>
interface Foo {
int m();
Object clone();