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

6 lines
93 B
Plaintext

>>> throw Exception("hi there")
substring: Exception: hi there
>>> fun foo() = 2
>>> foo()
2