[corlib] Add a special method for XI so the linker does not always have to generate it.
[mono-project.git] / mcs / errors / cs0822.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;