[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs1599-4.cs
blob358eee59a13a9c8e955c1d14cb014d33a3ca8257
1 // CS1599: The return type of `System.TypedReference' is not allowed
2 // Line: 8
4 using System;
6 public class Program
8 public static TypedReference operator + (int a, Program b)
10 throw new ApplicationException ();