Files
kotlin/compiler/testData/repl/functionReferencesPrev.repl
2014-08-13 15:13:19 +04:00

5 lines
68 B
Plaintext
Vendored

>>> val x = 1
>>> fun add1(y: Int) = x + y
>>> add1(999999)
1000000