private var x = "O" private fun f() = "K" fun box() = { x + f() }()