public class WithVarargs { public static String foo() { return new A("1", "2", "3").getProp(); } }