Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
c234f72ea4dcebd1ff29c5a1fcd540f29a83be46
/
.
/
analysis
/
low-level-api-fir
/
testData
/
lazyResolve
/
classes
/
annotationWithTarget.kt
blob: f28219e8470677c46473c2ed396d9e161ca940ea [
file
]
@Target
(
AnnotationTarget
.
CLASS
)
@Anno
(
"string"
)
annotation
class
Resolve
<caret>
Me
(
val value
:
Int
)
annotation
class
Anno
(
val s
:
String
)