// "Wrap using 'Math.toIntExact()'" "true" public class Test { void m() { int i = Long.valueOf(123); } }