summaryrefslogtreecommitdiff
path: root/tests/semantic/class-too-many-type-arguments.test
blob: 55674b32d08f91c71f4a23f4eb4923b12803147c (plain)
1
2
3
4
5
6
7
8
Invalid Code

class Foo {
}

void main () {
	var foo = new Foo<string> ();
}