Join Slack
Powered by
<@U0C12L58V>: you don’t need lazy there, it’s crea...
# getting-started
o
orangy
11/01/2015, 1:49 PM
@yasyd
: you don’t need lazy there, it’s creating extra field and introduces indirection for no real benefit. Just make a calculated property:
val fieldName : SomeClass get() = _fieldName
Open in Slack
Previous
Next