blob: 67326c9207da1ad45c75b122f5f4162aebd3d6ab [file] [log] [blame]
class Test {
public static void main(String[] args) {
String arg = <selection>args[0]; //comment</selection>
}
}