// Compiler options: -t:library public interface IFoo { Test[T] () : void; Test[U,V] () : void; } public interface IBar[T] { Test () : void; } public interface IBar[U,V] { Test () : void; }