blob: 0a1c5c96ac947334612501352e45677ff33c7f4a [file] [log] [blame] [edit]
>>> val x = 1
>>> fun add1(y: Int) = x + y
>>> add1(999999)
1000000