// CS0825: The contextual keyword `var' may only appear within a local variable declaration // Line: 9 public class Test { var v = "a"; }