[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs1644-54.cs
blob53d70f9d563c602ab6eb119af22ce8cccda93df8
1 // CS1644: Feature `tuples' 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 Class
7 static void Main ()
9 var t = (a: 1, b: 2);