// "Wrap using 'Long.parseLong()'" "true" public class Test { void ba() { fa(Long.parseLong("42")); } void fa(long l){} }