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