Join Slack
Powered by
Like this? ``` fun runThis() { val some = object ...
# getting-started
f
fmd
07/06/2016, 10:36 AM
Like this?
Copy code
fun runThis() { val some = object { val x = 0 val y = 0 } print(some.x + some.y) }
Open in Slack
Previous
Next