class Test { public static void main(String[] args) { Object o = null; if (o == 1) {} if (1 == o) {} } }