2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs0103-2.cs
blobfe20a3be0455e4429cbd3e31b608846569c3cc9b
1 // CS0103: The name `Value' does not exist in the current context
2 // Line: 9
5 public class Test
7 static void Main ()
9 var v = new { Field = Value };