fun box(): String = "OK" fun main(args: Array) { if (box() == "OK") { throw Exception("Hello") } }