blob: 3703715841227d6b74a399394c13fd3d477074a9 [file] [log] [blame]
class Test {
public static void main(String[] args) {
Object o = null;
if (o == 1) {}
if (1 == o) {}
}
}