2010-06-04 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs0822.cs
blob023ac1c14532256a5ec2bfed4a56a654023fb136
1 // CS0822: An implicitly typed local variable cannot be a constant
2 // Line: 9
5 public class Test
7 static void Main ()
9 const var v = 0;