blob: 6efbedf41b13bb3daf6242f0c871db34eef5aae2 [file] [log] [blame]
// "Add annotation target" "true"
@Target
annotation class SetAnn
class Set(<caret>@set:SetAnn var foo: String)