blob: b38707ab6bd9648d6eb9a045457e45bf117bc29e [file] [log] [blame]
// WITH_RUNTIME
fun add(i: Int) {
i.run { println(this + 1) }
}