Join Slack
Powered by
Say I have `interface Foo { fun String.bar() { ......
# announcements
s
spand
02/27/2017, 12:36 PM
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() }
?
Open in Slack
Previous
Next