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