Join Slack
Powered by
Does lazy initialization variables have an especif...
# getting-started
p
prabello
10/31/2018, 7:16 PM
Does lazy initialization variables have an especific order?
r
Ruckus
10/31/2018, 8:24 PM
What do you mean? They're initialized when you request them the first time.
p
prabello
10/31/2018, 10:32 PM
If i call a lazy variable on the initialization of another variable, will it work ?
r
Ruckus
10/31/2018, 10:36 PM
Sure. You can always test on
play.kotlinlang.org
too.
👍 1
2
Views
Open in Slack
Previous
Next