class Stack[T] { } class Test { } class T { public Foo ( _a : Stack[Test]) : void { } static Main() : void { } } /* BEGIN-OUTPUT END-OUTPUT */