class LongValue { void x() { System.out.println(10000000000L); } void y() { x(); } }