Join Slack
Powered by
possible ways are ``` fun O.baz() { "".foo() //...
# announcements
k
kirillrakhman
12/15/2016, 10:01 PM
possible ways are
Copy code
fun O.baz() { "".foo() //doesn't compile } with (O) { "".foo() }
Open in Slack
Previous
Next