Files
kotlin-fork/compiler/testData/repl/evaluationErrors.repl
T
2012-06-14 18:30:49 +04:00

7 lines
98 B
Plaintext

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