Closed
Description
openedon Mar 15, 2021
For the given code:
@setparam:SuppressWarnings("onSetterParam3")
var prop3:Int
@OtherAnnotation("_onGetter3")
get() = 3
@OtherAnnotation("_onSetter3")
set(@OtherAnnotation("_onSetterParam3") value) = Unit
When I read the annotation on the value
parameter of set
, I only receive OtherAnnotation
but not the SuppressWarnings
coming from the property declaration.
Metadata
Assignees
Labels
No labels
Activity