Join Slack
Communities
Powered by
``` class A { private val arr: Array<Int&g...
# getting-started
v
voddan
06/26/2016, 2:59 PM
Copy code
class A { private val arr: Array<Int> = ... fun getItem(i: Int) = arr[i] }
Open in Slack
Previous
Next