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