blob: eaec17ae35f9820892208adb6d143bad86609962 [file]
// "Add annotation target" "true"
@Retention(AnnotationRetention.SOURCE)
annotation class Foo
fun test() {
var v = 0
<caret>@Foo v++
}