When I specify `operator fun plus`, I’m not overri...
# announcements
b
When I specify
operator fun plus
, I’m not overriding on that class (well, unless I’m specifying the same method signature as on the super class). I am overloading