When doing class delegation, Kotlin appears to pre...
# announcements
r
When doing class delegation, Kotlin appears to prefer calling methods in the supertype rather than the derived type for overloaded functions... is there a way to prevent this?