// "Annotate as '@SafeVarargs'" "true-preview" public class Test { @SafeVarargs public static void main(T... args) { } }