// WITH_RUNTIME fun x() { val a = 4 val b = Math.abs(a).let { println(it) } }