// "Make final and annotate as @SafeVarargs" "false" public abstract class Test { abstract void main(T... args); }