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

6 lines
97 B
Plaintext
Vendored

@Target(AnnotationTarget.EXPRESSION)
annotation class ann
fun foo(): Int {
return (@ann 1)
}