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

5 lines
35 B
Plaintext

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