Join Slack
Communities
Powered by
Sorry if this has been asked before, when you do a...
# announcements
c
chrisjenx
02/08/2016, 1:57 PM
Sorry if this has been asked before, when you do an inline fun e.g.
Copy code
fun doSomething(){ var maths = 0 fun add() = maths++ add() add() }
does the inner fun get inlined?
Open in Slack
Previous
Next