summaryrefslogtreecommitdiff
path: root/tests/objects/bug767092.test
blob: a063a4d71dec70b58f9d92eaefb7e11bdc2603f7 (plain)
1
2
3
4
5
6
7
8
Invalid Code

class Foo<T> {
}

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