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