// "Make final and annotate as @SafeVarargs" "false" public interface Test { <T> void m<caret>ain(T... args); }