e06c13732f
So #KT-19871 Fixed
9 lines
140 B
Kotlin
Vendored
9 lines
140 B
Kotlin
Vendored
// CHOOSE_USE_SITE_TARGET: delegate
|
|
// WITH_RUNTIME
|
|
|
|
annotation class A
|
|
|
|
class Property {
|
|
@A<caret>
|
|
val foo: String by lazy { "" }
|
|
} |