blob: 2e359226df15ded66d0f16356a7696c8fd500624 [file] [log] [blame]
// "Add annotation target" "true"
annotation class Foo
fun test() {
var v = 0
<caret>@Foo v++
}