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