// Very simple example of a generic method. class Stack[S] { public static Hello[T,U] (_ : S, _ : T, u : U) : void { mutable _v = u; (); } } class X { static Main () : void { } } /* BEGIN-OUTPUT END-OUTPUT */