Files
kotlin-fork/idea/testData/debugger/annotation.kt
T
2012-08-17 18:38:47 +04:00

6 lines
63 B
Kotlin

annotation class A {
fun foo() {
"" // A
}
}