[interp] Don't check for exception in native wrappers (#14184)
[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];