Files
kotlin-fork/compiler/testData/resolvedCalls/differentCallElements/annotationCall.kt
T
2015-09-18 10:14:32 +03:00

3 lines
61 B
Kotlin
Vendored

annotation class MyA(val i: Int)
@<caret>MyA(1) fun foo() {}