DEBSOURCES
Skip Quicknav
sources / vala / 0.56.18-2 / tests / semantic / methodcall-invalid-argument-lambda.test
12345678
Invalid Code void foo (int i) { } void main () { foo (() => {}); }