val numbers : MutableList<Int> by lazy { mut...
# getting-started
a
val numbers : MutableList<Int> by lazy { mutableListOf(populateList())}