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