class Stack[T] { } class Test { } class T { mutable a : Stack[Test]; static Main() : void { } } /* BEGIN-OUTPUT END-OUTPUT */