kotlin does that too. the only warning on `Any.has...
# announcements
c
kotlin does that too. the only warning on
Any.hashCode(): Int
is that it’s unused, even if you do
Any().hashCode()
after that, which makes sense