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