Files

6 lines
133 B
Kotlin
Vendored

// FIR_IDENTICAL
fun foo() = @ann 1
@Target(AnnotationTarget.EXPRESSION)
@Retention(AnnotationRetention.SOURCE)
annotation class ann