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