package test; public class Vararg { public static void method(String... args) {} }