[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs0573-3.cs
blobe3faa9b2ad824711f44985747ca6611acec3cf89
1 // CS0573: 'S': Structs cannot have instance property or field initializers
2 // Line: 8
4 using System;
6 struct S
8 event Action E = null;