2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs0825-3.cs
blob5177d4fff8ae9d7487eee247c578ef722a058c74
1 // CS0825: The contextual keyword `var' may only appear within a local variable declaration
2 // Line: 9
5 public class Test
7 const var v = 9;