fun demo() {
val t by lazy {
println("run!")
1 + 1
}
println("test")
println(t)
}
}
Обсуждают сегодня