blob: a49a329bbf796cc8e4eb31bd328aa306444da1dd [file] [log] [blame]
// "Wrap using 'Long.valueOf'" "true"
public class Test {
void ba(Long l) {
fa(l, "4<caret>2");
}
void fa(Long... l){}
}