aimozg
fun Integer.baz(fooRef: Foo)
fun Foo.baz(intVal: Integer)
interface SubFoo : Foo { fun Integer.baz() { toString().bar() } }