4 lines
55 B
Kotlin
Vendored
4 lines
55 B
Kotlin
Vendored
fun test1() {
|
|
val x by lazy { 42 }
|
|
println(x)
|
|
} |