class Main { void f(Object o) { switch(o) { case Integer i, nul } } void g(Object o) { switch(o) { case nul, Integer i } } void h(Object o) { switch(o) { case nul } } }