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