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

5 lines
81 B
Java

class a {
void f() {
String s = "xxxxx" + this <caret>+ "yyyy";
}
}