Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
quickfix
/
addAnnotationTarget
/
expression2.kt
blob: 2e359226df15ded66d0f16356a7696c8fd500624 [
file
] [
log
] [
blame
]
// "Add annotation target" "true"
annotation
class
Foo
fun test
()
{
var
v
=
0
<caret>
@Foo
v
++
}