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