Files
kotlin-fork/compiler/testData/psi/annotation/AnnotatedExpressions.kt
T
2015-06-12 09:55:00 +03:00

6 lines
47 B
Kotlin
Vendored

fun foo() {
@[a] foo
1
@[a] this
}