a38e1747c3
^KT-54311
11 lines
257 B
Kotlin
Vendored
11 lines
257 B
Kotlin
Vendored
// WITH_STDLIB
|
|
|
|
annotation class PropertyAnnotation
|
|
annotation class ExplicitPropertyAnnotation
|
|
annotation class DelegateAnnotation
|
|
|
|
@property:ExplicitPropertyAnnotation
|
|
@delegate:DelegateAnnotation
|
|
@PropertyAnnotation
|
|
val lazyPr<caret>operty by lazy { 1 }
|