Files
openide/java/java-tests/testData/codeInsight/daemonCodeAnalyzer/quickFix/emptyIntention/X.java
2010-06-25 12:46:40 +04:00

3 lines
37 B
Java

class X {
String s = "ab<caret>";
}