blob: ad6dbc7097325904245037728da077252e38aebc [file] [log] [blame]
//file
class Test {
public static int foo(String[] args) {
return args.length;
}
}