Say I have `interface Foo { fun String.bar() { ......
# announcements
s
Say I have
interface Foo { fun String.bar() { ... } }
in a library.. so I cannot change it. Can I somehow get the equivalent of if the library author had added
fun Integer.baz() { toString().bar() }
?