1 // cs0068.cs: `IFoo.OnFoo': event in interface cannot have initializer
7 public delegate void FooHandler ();
8 public void method () {}
9 public static void Main () {
14 event ErrorCS0068
.FooHandler OnFoo
= new ErrorCS0068
.FooHandler (ErrorCS0068
.method
);