DEBSOURCES
Skip Quicknav
sources / vala / 0.56.18-5 / tests / objects / bug767092.test
12345678
Invalid Code class Foo<T> { } void main(string[] args) { Foo<Foo<string, string>> foo = null; }