963e430b42
So #KT-22861 Fixed So #KT-22862 Fixed
9 lines
156 B
Kotlin
Vendored
9 lines
156 B
Kotlin
Vendored
// "Add annotation target" "true"
|
|
@Target
|
|
annotation class SetParamAnn
|
|
|
|
class Bar {
|
|
<caret>@setparam:SetParamAnn
|
|
var foo = 1
|
|
set(value) {}
|
|
} |