// "Add 'String' as 2nd parameter to method 'get'" "true-preview" import java.util.List; class Test { public LazyVal(final List ts) { get(ts, ""); } public static void get(List l, String s) {} }