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