963e430b42
So #KT-22861 Fixed So #KT-22862 Fixed
5 lines
152 B
Plaintext
Vendored
5 lines
152 B
Plaintext
Vendored
// "Add annotation target" "true"
|
|
@Target(AnnotationTarget.PROPERTY)
|
|
annotation class PropertyAnn
|
|
|
|
class Property(@property:PropertyAnn val foo: String) |