[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs1669.cs
blob0b3111c54e193977341c99658256f4947d5acb72
1 // CS1669: __arglist is not valid in this context
2 // Line: 6
4 public class E
6 int this [__arglist] { get { return 1; } }