[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs1547-13.cs
blob1b3f8e1c14bd30fb7d2921023a2918cc93e7f025
1 // CS1547: Keyword `void' cannot be used in this context
2 // Line: 6
4 interface IA
6 ref void Foo ();