remove debug writelines
[mcs.git] / errors / gcs0825-2.cs
blobf9c6128f8bee2b3727674fb1af7dd0de2227a78b
1 // CS0825: The contextual keyword `var' may only appear within a local variable declaration
2 // Line: 9
5 public class Test
7 event var v;