// "Fix the typo 'catc' to 'catch'" "true-preview" public class Test { public static void test(List list) { try{ } catch(){ } } }