// "Adapt using 'Math.toIntExact()'" "true-preview" public class Test { void m(long l) { int i = 10; i = l; } }