// "Replace 'switch' with 'if'" "true-preview" class Test { void test(Object obj) { switch (obj) { case obj instanceof String -> {} } } }