blob: 19333acdf670c6980596aedcefac2def712a9ab7 [file] [log] [blame]
// "Wrap using 'Long.valueOf'" "true"
public class Test {
void ba() {
fa(Long.valueOf("42"));
}
void fa(Long l){}
}