summaryrefslogtreecommitdiff
path: root/tests/semantic/array-invalid-type-argument.test
blob: 89e6d403940dbde42dcc1c2a4d62a6cc32db8cb7 (plain)
1
2
3
4
5
6
7
8
Invalid Code

class Foo {
}

void main () {
	Foo<string>[] foo = null;
}