Files
kotlin-fork/idea/testData/intentions/convertToBlockBody/annotatedExpr.kt
T
2015-06-27 13:58:03 +03:00

3 lines
52 B
Kotlin
Vendored

annotation class ann
fun foo(): Int = <caret>@ann 1