[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs0836.cs
blobc78a30cf8e7837ae5dea83bb41de08187cf893bd
1 // CS0836: Anonymous types cannot be used in this expression
2 // Line: 6
4 public class C
6 const object o = new { };