Files
openide/java/java-tests/testData/codeInsight/daemonCodeAnalyzer/lambda/highlighting/FunctionalInterfaceAnnotation2.java

3 lines
98 B
Java

<error descr="Test is not a functional interface">@FunctionalInterface</error>
@interface Test {
}