// "Fix the typo 'boolen' to 'boolean'" "true-preview" public class Test { public static void main(String[] args) { boolean a; } }