package p; class A { void x() { long two = 1 + 1; long much = two * Integer.MAX_VALUE; } }