Files
2010-06-25 12:46:40 +04:00

5 lines
88 B
Java

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