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