4 lines
121 B
Kotlin
Vendored
4 lines
121 B
Kotlin
Vendored
val x: Int <caret>by lazy {1}
|
|
|
|
// REF: (for kotlin.Lazy<T> in kotlin).getValue(kotlin.Any?, kotlin.reflect.KProperty<*>)
|