summaryrefslogtreecommitdiff
path: root/tests/asynchronous/params-array-invalid.test
blob: 17426647c56ccb17912abe86eedf790e88aee72b (plain)
1
2
3
4
5
6
7
Invalid Code

async void foo (params string[] args) {
}

void main () {
}