963e430b42
So #KT-22861 Fixed So #KT-22862 Fixed
5 lines
112 B
Kotlin
Vendored
5 lines
112 B
Kotlin
Vendored
// "Add annotation target" "true"
|
|
@Target
|
|
annotation class SetAnn
|
|
|
|
class Set(<caret>@set:SetAnn var foo: String) |