Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
quickfix
/
addAnnotationTarget
/
basic2.kt
blob: add508efe7a4f2e9b7242a7494fc0da2eb32f480 [
file
] [
log
] [
blame
]
// "Add annotation target" "true"
@Target
annotation
class
Foo
<caret>
@Foo
class
Test