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