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