// "Annotate as @SafeVarargs" "true" import java.util.List; public class Test { public <T> static void m<caret>ain(List<T>... args) { } }