963e430b42
So #KT-22861 Fixed So #KT-22862 Fixed
5 lines
139 B
Plaintext
Vendored
5 lines
139 B
Plaintext
Vendored
// "Add annotation target" "true"
|
|
@Target(AnnotationTarget.PROPERTY_GETTER)
|
|
annotation class GetAnn
|
|
|
|
class Get(@get:GetAnn val foo: String) |