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