Invalid Code class Foo { public async Foo () { } void bar () { yield new Foo (); } } void main () { }