class Test { void foo() { <selection>String x = "";</selection> System.out.println(x); } }