// "Annotate as '@SafeVarargs'" "true-preview" import java.util.List; public class Test { public static void main(List... args) { } }