Files
openide/java/java-tests/testData/codeInsight/daemonCodeAnalyzer/quickFix/removeFunctionalInterfaceAnnotation/beforeNotFunctionalInterface.java
Andrey.Cherkasov 3753fdc967 [java-highlighting] IDEA-216255 Provide fix for the "Foo is not a functional interface" error and the like
GitOrigin-RevId: 9658873f49ff547a4f9c424e87a202e3546e0993
2021-03-03 17:45:02 +00:00

3 lines
71 B
Java

// "Remove annotation" "true"
@FunctionalInterface<caret>
class Test {}