Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
quickfix
/
addAnnotationTarget
/
expression3.kt
blob: 92c947c1e1068dfd0dae881b564d02927fee9a24 [
file
]
// "Add annotation target" "true"
@Retention
annotation
class
Foo
fun test
()
{
var
v
=
0
<caret>
@Foo
v
++
}