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