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