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