blob: 74d1e8c0516f51727ab149bf91f9f4ba66807e14 [file] [log] [blame]
// public static void main(String[] args) {
// double d = 1.0;
// int i = (int) d;
// }