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