blob: af5af144a86dfb0d541dfc77117d9181a79b801f [file]
fun box(): String {
var i = 0
{
if (1 == 1) {
i++
} else {
}
}()
return "OK"
}