Does lazy initialization variables have an especif...
# getting-started
p
Does lazy initialization variables have an especific order?
r
What do you mean? They're initialized when you request them the first time.
p
If i call a lazy variable on the initialization of another variable, will it work ?
r
Sure. You can always test on play.kotlinlang.org too.
👍 1