Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
quickfix
/
addAnnotationTarget
/
basic3.kt.after
blob: 70c630c413cea4e6dd252d7b87d56f8d3e6e48ae [
file
]
// "Add annotation target" "true"
@Target
(
AnnotationTarget
.
CLASS
)
annotation
class
Foo
@Foo
class
Test