blob: 3940a78552a602ef6956cf426968ca9852f7bb5f [file] [log] [blame]
// "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>");
}
}