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