or maybe we can implement `equals` with `equals(ot...
# language-proposals
g
or maybe we can implement
equals
with
equals(other: Any?): Boolean = (this === other)
just as a nod to the distributed object.java file