summaryrefslogtreecommitdiff
path: root/tests/semantic/params-array-objectcreation-multiple.test
blob: b128e92d09414bceda3a8d1a85c61af9079578bd (plain)
1
2
3
4
5
6
7
8
9
Invalid Code

class Foo {
	public Foo (params string[] strv, params int[] intv) {
	}
}

void main () {
}