Files
kotlin/compiler/testData/codegen/boxWithJava/annotations/RetentionInJava.kt
2014-01-15 16:14:58 +04:00

8 lines
93 B
Kotlin

import java.lang.annotation.*
Foo class Bar
fun box(): String {
Bar()
return "OK"
}