[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs1644-60.cs
blobca9547bc561cf6fc0ebf4289fad45ce2cb5840d6
1 // CS1644: Feature `discards' cannot be used because it is not part of the C# 6.0 language specification
2 // Line: 9
3 // Compiler options: -langversion:6
5 class X
7 int Test ()
9 _ = 2;