blob: 3b5ae87d7cf876c949af9d4e1bc595345a170e11 [file] [log] [blame]
package test;
public interface VarargParameter {
void f(String... strings);
}