[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs8340-2.cs
blob9236e9468b887395910445b42d0b280beac4b0b2
1 // CS8340: `S.field': Instance fields in readonly structs must be readonly
2 // Line: 6
3 // Compiler options: -langversion:latest
5 readonly partial struct S
10 partial struct S
12 int field;