// WITH_RUNTIME fun Int.add() { run { println(this + 1) } }