963e430b42
So #KT-22861 Fixed So #KT-22862 Fixed
5 lines
147 B
Plaintext
Vendored
5 lines
147 B
Plaintext
Vendored
// "Add annotation target" "true"
|
|
@Target(AnnotationTarget.VALUE_PARAMETER)
|
|
annotation class ParamAnn
|
|
|
|
class Param(@param:ParamAnn val foo: String) |