Files
openide/java/java-tests/testData/codeInsight/daemonCodeAnalyzer/quickFix/iterateOver/before1.java
Anna Kozlova 3bde40ddcf java: remove redundant semicolon after iter template (IDEA-261175)
GitOrigin-RevId: b5a138d934b117c91bed3b17f5a641cdfebf4e02
2021-02-11 21:35:26 +00:00

6 lines
93 B
Java

// "Iterate" "true"
class Test {
void foo() {
getClass().getAnnotatio<caret>ns();
}
}