fun box(): String { try { return "OK" if (1 == 1) { val z = 2 } if (3 == 3) { val z = 4 } } finally { } }