// "Fix the typo 'synchronize' to 'synchronized'" "true-preview" public class Test { public static void test(List list) { synchronized(this){} } }