interface IA { fun toString(): String = "IB" override fun equals(other: Any?): Boolean }