9 lines
203 B
Plaintext
Vendored
9 lines
203 B
Plaintext
Vendored
@PropertyAnnotation
|
|
var x: kotlin.Int
|
|
@GetAnnotation
|
|
@ExplicitGetAnnotation
|
|
get()
|
|
@SetAnnotation
|
|
@ExplicitSetAnnotation
|
|
set(@ExplicitSetparamAnnotation @SetparamAnnotation value: kotlin.Int)
|