class Test { public static void testFunc() { int i = 10; double d = 10; if (i == d) { System.out.println(); } } }