Files
kotlin-fork/idea/testData/resolve/references/delegatedPropertyAccessors/inStandardLibrary/lazy.kt
T
2020-06-09 16:19:48 +03:00

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<*>)