// Compiler options: -r:gen-031-lib.dll public class X { public static Test ( bar : Bar[int,string]) : void { bar.Hello ("Test"); bar.Test (7, "Hello"); } static Main () : void { } } /* REFERENCE: gtest-031-lib.dll BEGIN-OUTPUT END-OUTPUT */