[eglib] In AIX/generic POSIX, handle null addresses better (#17892)
[mono-project.git] / mcs / tests / test-921-lib.cs
blobc48b07f12bd8b139d0692c91ec8fabf679d6558c
1 // Compiler options: -t:library
3 namespace Reference
5 public interface IB
9 public interface IA : IHide
11 new IB Equals { get; }
14 public interface IHide
16 bool Equals(object o);