blob: b5173f9e00dd613011444a638349b0f6db571f9f [file] [log] [blame]
public class Test {
@SafeVarargs
public final void a(List<String>... ls) {}
}