class Test { void foo(String[] ss) { <selection>System.out.println(ss[0]);</selection> System.out.println(ss[0]); } }