blob: b3979abc69cbeccb5c2a773c5295130aa6f8f8aa [file] [log] [blame]
class Foo {
public static void main(String[] args) {
new InsertParameter().foo("3", 4);
}
}