Build fix: evaluationErrors.repl

This commit is contained in:
Mikhail Glukhikh
2016-03-31 14:33:17 +03:00
parent 4c30bcfca0
commit 60511f010a
+1 -1
View File
@@ -3,7 +3,7 @@ java.lang.Exception: hi there
>>> fun foo() = 2
>>> foo()
2
>>> fun bar() = throw AssertionError()
>>> fun bar(): Nothing = throw AssertionError()
>>> bar()
java.lang.AssertionError
at Line4.bar(Unknown Source)