blob: 18f1c656c9f9ad9b8adf3951c08f1c4b4e649c15 [file]
fun test() {
null?.run { return }
}
fun box(): String {
test()
return "OK"
}