[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs1641.cs
blobcde1dac9a963259aafa49cd267bbe635b9606547
1 // CS1641: A fixed size buffer field must have the array size specifier after the field name
2 // Line: 6
4 public struct S
6 fixed sbyte[] test;