Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
compiler
/
testData
/
asJava
/
lightClasses
/
lightClassByPsi
/
targetAnnotation.kt
blob: 9892e9891e0d8be36016bc602111ea5be865a8ad [
file
]
@Target
(
AnnotationTarget
.
CLASS
)
annotation
class
TestRoot
@Target
(
AnnotationTarget
.
FIELD
)
annotation
class
TestAnn2