You know, that’s a good question. The override iss...
# announcements
s
You know, that’s a good question. The override issue is only because the
equals
method on
Any
is defined as
(Any?) -> Boolean
, so a method that accepts
Value
can’t override it