class Main { private static final int LEVEL = 0; void f(Object o) { switch(o) { case LEVEL -> } } }