[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs8199.cs
blob3d89c68c69630fa7d2a4b0a2f1f6520b983007ab
1 // CS8199: The syntax `var (...)' as an lvalue is reserved
2 // Line: 8
4 class X
6 public static void Main ()
8 var (x.a, y) = (1, 'g');