DEBSOURCES
Skip Quicknav
sources / vala / 0.56.18-5 / tests / parser / yield-return-invalid.test
12345678910111213
Invalid Code class Foo { public async Foo () { } } async Foo bar () { yield return new Foo (); } void main () { }