blob: f50723ea4bb3307cf76ac389b13edf3aea4fa0d4 [file] [log] [blame]
class a {
void f() {
String s = "xxxxx" + this <caret>+ "yyyy";
}
}