[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs0021-4.cs
blob7fd7405c82b641f25731bdeaa8f31ee7b74886ec
1 // CS0021: Cannot apply indexing with [] to an expression of type `method group'
2 // Line:
4 class X
6 public void Foo ()
8 object baz = Foo [0];