class Test { void test(Object obj) { switch (obj) { case String s: int x = 10; } } }