blob: b93b9eddf107ddc51d83a0781b268d58664cb2d9 [file]
@Target(AnnotationTarget.EXPRESSION)
@Retention(AnnotationRetention.SOURCE)
public annotation class Annotation(val name: String)
fun x() {}
@Annotation(<expr>"y"</expr>)
x()