blob: 6627e8d101de3a5e2e2b94050986a9349c542b25 [file] [log] [blame]
public class Test {
void method(Integer... p) {}
public void doSmth() {
m(123);
}
}