Files
openide/java/java-tests/testData/codeInsight/daemonCodeAnalyzer/quickFix/annotateMethod/beforePrimitive.java
T

8 lines
122 B
Java

// "Remove annotation" "true"
import org.jetbrains.annotations.*;
class Foo {
<caret>@NotNull
int foo(){return 0;}
}