[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs8340.cs
blobfb3376708b26ecb4569e355fea12b3ed738cf0ee
1 // CS8340: `S.field': Instance fields in readonly structs must be readonly
2 // Line: 6
3 // Compiler options: -langversion:latest
5 readonly struct S
7 int field;