blob: 8a8b85f2e151713932f9befa9f2e0d3b79ddd5ca [file] [log] [blame]
class Test {
void foo(String[] ss) {
<selection>System.out.println(ss[0]);</selection>
}
}