Files
kotlin/compiler/testData/repl/simple.repl
2012-06-06 23:58:21 +04:00

5 lines
40 B
Plaintext
Vendored

>>> 12 + 13
25
>>> "foo ${1 + 2}"
foo 3