blob: 8d6a34cfe0d28efe2496429616352eb5b8e9043c [file] [log] [blame]
class Foo {
public static void main(String[] args) {
new OneNewParameter().foo("5");
}
}