summaryrefslogtreecommitdiff
path: root/tests/semantic/methodcall-invalid-argument-lambda.test
blob: 7239c0c6c27849b1fe4caa6dea69cc3b30ce382a (plain)
1
2
3
4
5
6
7
8
Invalid Code

void foo (int i) {
}

void main () {
	foo (() => {});
}