// Compiler options: -t:library public interface IFoo { void Test (); void Test (); } public interface IBar { void Test (); } public interface IBar { void Test (); }