// "Add 'String' as 2nd parameter to method 'f'" "true" import java.util.List; public class S { void f(List<@Anno String> args) { f(null, "<caret>"); } }