open class Foo { } class Bar : Foo() { } fun Foo.shazam() { } fun Bar.xyzzy() { }