blob: 8a61ce41567332e58df89200fe4c843a4993957d [file] [log] [blame]
class Test {
void foo() {
String s = "";
<selection>s+="abracadabra";</selection>
}
}