[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs1663.cs
blob6362eac47ba4b8a0422d3180a1801ca954c5d214
1 // CS1663: `S.test': Fixed size buffers type must be one of the following: bool, byte, short, int, long, char, sbyte, ushort, uint, ulong, float or double
2 // Line: 6
4 public struct S
6 public fixed decimal test [4];