<@U7D0B1HCH> that’s because Child extends the visi...
# announcements
g
@SerGnat that’s because Child extends the visibility of the method. So you can call the method on Child, but not Abstr I take that back. https://kotlinlang.org/docs/reference/visibility-modifiers.html This says it should still be protected.