if you just want a top-level object that adds func...
# announcements
k
if you just want a top-level object that adds functionality, you could declare
object myFoo : Foo() { ... }
at the top level .That's valid, and you can then use all of `myFoo`'s additional properties