summaryrefslogtreecommitdiff
path: root/tests/methods/params-array-preceding.test
blob: 0e57bf188da886f450a6567d2c1f334d9f71431f (plain)
1
2
3
4
5
6
7
Invalid Code

void foo (params string[] strv, int i) {
}

void main () {
}