blob: 38a27a6bcbc1d93587229c6219b44dbb8c68e08f [file] [log] [blame]
class Foo {
{
String[] args = getArgs();
for(String arg : args) {
<selection>System.out.println("arg = " + arg);</selection>
}
}
}