// "Fix the typo 'continu' to 'continue'" "true-preview" public class Test { public static void test(List list) { while (true) { continue; } } }