// "Fix the typo 'switc' to 'switch'" "true-preview" class Test { public static void test(List list) throws Exception { System.out.println(switch(){}); } }