Files
openide/java/java-tests/testData/codeInsight/daemonCodeAnalyzer/quickFix/annotateMethod/afterPrimitive.java
Nikolay Chashnikov 9c66641799 [java] remove redundant import when "Remove annotation" quick fix is applied (IDEA-288488)
GitOrigin-RevId: 562cf18eafa636a761c75ae3e9630bdab3eff760
2022-02-11 09:25:51 +00:00

5 lines
74 B
Java

// "Remove annotation" "true"
class Foo {
<caret>int foo(){return 0;}
}