Something close might be either `fun Integer.baz(f...
# announcements
a
Something close might be either
fun Integer.baz(fooRef: Foo)
,
fun Foo.baz(intVal: Integer)
, or
interface SubFoo : Foo { fun Integer.baz() { toString().bar() } }