[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs1644-51.cs
blob0cc61504e6f29a450b51af10a55dbf3a9a802bc4
1 // CS1644: Feature `throw expression' cannot be used because it is not part of the C# 6.0 language specification
2 // Line: 5
3 // Compiler options: -langversion:6
5 static class Class
7 int Prop => throw null;