// "Annotate as @SafeVarargs" "false" public class Test { @SafeVarargs public static void main(T... args) { } }