[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs0103-8.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 };