blob: e9eda05eaa9f74a13e7019a0db16452810313e12 [file] [log] [blame]
class Foo {
public static void main(String[] args) {
new MoveVarArgParameters().foo("a", "b", "c")
}
}