Join Slack
Powered by
Hi, what is the difference of ```fun getSomeStrin...
# getting-started
t
teeranai
02/16/2017, 5:06 PM
Hi, what is the difference of
Copy code
fun getSomeString() : String = "Some String"
and
Copy code
val someString: String get() = "Some String"
Open in Slack
Previous
Next