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