blob: 3fd0e96a4e4302874b07d56169b23d9e73a07134 [file] [log] [blame]
// "Add annotation target" "true"
@Target
annotation class GetAnn
class Get(<caret>@get:GetAnn val foo: String)