2 // Tests whether we implement the correct methods from interfaces
16 public bool ia_called
;
17 public bool ib_called
;
37 Console
.WriteLine ("IA: " + x
.ia_called
);
38 Console
.WriteLine ("IB: " + x
.ib_called
);
47 Console
.WriteLine ("IA: " + x
.ia_called
);
48 Console
.WriteLine ("IB: " + x
.ib_called
);
55 Console
.WriteLine ("All tests pass");