[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs8156.cs
blobfe3f6b7c98720391b0d02f38a79d3d15ebb7c2cf
1 // CS8156: An expression cannot be used in this context because it may not be returned by reference
2 // Line: 8
4 class Test
6 ref int Foo ()
8 return ref 2;