Release 0.41.92
[vala-gnome.git] / tests / objects / bug767092.test
bloba063a4d71dec70b58f9d92eaefb7e11bdc2603f7
1 Invalid Code
3 class Foo<T> {
6 void main(string[] args) {
7         Foo<Foo<string, string>> foo = null;