Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
quickfix
/
addAnnotationTarget
/
basic3.kt
blob: 0fd024e6047f82df2aec3ef7ebe4f6f229010370 [
file
]
// "Add annotation target" "true"
@Target
()
annotation
class
Foo
<caret>
@Foo
class
Test