1 // Compiler options: -doc:xml-039.xml -warnaserror
5 /// <see cref="ITest.Start" />
6 /// <see cref="ITest.Foo" />
8 public interface ITest
{
9 /// <summary>whatever</summary>
10 event EventHandler Start
;
11 /// <summary>hogehoge</summary>
17 public static void Main () {}