blob: b25991858723200ba7a6ab3c090970687d251560 [file]
import java.lang.annotation.*
@Foo class Bar
fun box(): String {
Bar()
return "OK"
}