[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs1547-7.cs
bloba1e15dc294bd4e162be39cd599bc19559991398a
1 // CS1547: Keyword `void' cannot be used in this context
2 // Line: 6
4 class C
6 int Foo ()
8 foreach (void v in this)