2 // This tests checks that we allow the `get' and `set' keywords inside
3 // the get and set blocks. It does the same for Events special remove
27 public delegate void MyEvent ();
29 public event MyEvent XX
{
31 remove { int remove = 1; }
34 public static int Main ()