[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs0190.cs
blobc75d1dce80fa24789a3970b0dbf46034d7d5ce6e
1 // CS0190: The __arglist construct is valid only within a variable argument method
2 // Line: 8
4 public class Test
6 public static void Foo ()
8 object o = __arglist;