Files
Tagir Valeev 5b5abb8e13 [java-highlighting] Lambda-related type errors migrated
Part of IDEA-365344 Create a new Java error highlighter with minimal dependencies (PSI only)

GitOrigin-RevId: 1fb0b4c35b4db63d8c15cb392098380d1014ebf2
2025-02-04 09:52:02 +00:00

5 lines
145 B
Java

<error descr="Multiple non-overriding abstract methods found in Test">@FunctionalInterface</error>
interface Test {
void foo();
void bar();
}