class Test { void foo() { String s = ""; <selection>s+="abracadabra";</selection> } }