blob: b7675fb8f43713f560a73af266946afd7966488a [file] [log] [blame]
class Test {
void foo() {
String s = "";
<selection>System.out.println(s);
s="abracadabra";</selection>
}
}