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

4 lines
30 B
Plaintext
Vendored

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