Files
kotlin-fork/idea/testData/intentions/convertToBlockBody/annotatedExpr.kt
T

5 lines
128 B
Kotlin
Vendored

@Target(AnnotationTarget.EXPRESSION)
@Retention(AnnotationRetention.SOURCE)
annotation class ann
fun foo(): Int = <caret>@ann 1