Files
kotlin-fork/compiler/testData/repl/function.repl
T
2012-06-08 04:19:24 +04:00

5 lines
35 B
Plaintext

>>> fun foo() = 2
null
>>> foo()
2