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