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