Files
kotlin/compiler/testData/codegen/boxAgainstJava/annotations/retentionInJava.kt
2014-06-26 20:57:40 +04:00

8 lines
93 B
Kotlin
Vendored

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