blob: 4891862f4edf82cc41a2cae6636d374ab6e9dd87 [file]
import test.*
fun box(): String {
var result = "fail"
W("OK").safe {
result = this as String
}
return result
}