728e1941ac
^KT-54311
22 lines
403 B
Plaintext
Vendored
22 lines
403 B
Plaintext
Vendored
@PropertyAnnotation
|
|
@FieldAnnotation
|
|
var prop: kotlin.Int
|
|
@GetAnnotation
|
|
get()
|
|
@SetAnnotation
|
|
set(@SetparamAnnotation value: kotlin.Int)
|
|
|
|
@DelegateAnnotation
|
|
val lazyProperty: kotlin.Int
|
|
|
|
annotation class PropertyAnnotation
|
|
|
|
annotation class FieldAnnotation
|
|
|
|
annotation class GetAnnotation
|
|
|
|
annotation class SetAnnotation
|
|
|
|
annotation class SetparamAnnotation
|
|
|
|
annotation class DelegateAnnotation |