1 // CS0068: `IFoo.OnFoo': event in interface cannot have an 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
);