[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs1611-2.cs
blob882231378f05f8770122140170b3892be02d4d0c
1 // CS1611: The params parameter cannot be declared as ref, out or in
2 // Line: 6
3 // Compiler options: -langversion:latest
5 class Test
7 public static void Error (params in int args) {}