blob: 85a2319bbb9c04fbda163e1bc27fa5b3e552dbfc [file]
package test;
public class MethodWithVararg {
public void foo(String... s) {
}
}