Files
kotlin-fork/idea/testData/intentions/convertToBlockBody/annotatedExpr.kt
T
2015-09-07 13:42:26 +03:00

4 lines
89 B
Kotlin
Vendored

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