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