[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs0177-99.cs
blob989168afdf8893ca1adcd5d255e3fa76394074cc
1 // CS0177: The out parameter `o' must be assigned to before control leaves the current method
2 // Line: 4
3 // Compiler options: -langversion:experimental
5 class Test(out int o)