1 2 3 4 5 6 7 8 9 10 11
// CS0021: Cannot apply indexing with [] to an expression of type `method group' // Line: class X { public void Foo () { object baz = Foo [0]; } }