Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
analysis
/
low-level-api-fir
/
testData
/
getOrBuildFir
/
annotations
/
annotationApplicationArgumentOnStatement.kts
blob: b93b9eddf107ddc51d83a0781b268d58664cb2d9 [
file
]
@Target
(
AnnotationTarget
.
EXPRESSION
)
@Retention
(
AnnotationRetention
.
SOURCE
)
public
annotation
class
Annotation
(
val name
:
String
)
fun x
()
{}
@Annotation
(<
expr
>
"y"
</
expr
>)
x
()