Switch old IDE/CLI repls to the new infrastructure

should also fix #KT-5822
This commit is contained in:
Ilya Chernikov
2017-03-25 14:37:30 +01:00
parent e384268c8b
commit 15ccd28e2e
6 changed files with 68 additions and 184 deletions
+1 -1
View File
@@ -6,4 +6,4 @@ java.lang.Exception: hi there
>>> fun bar(): Nothing = throw AssertionError()
>>> bar()
java.lang.AssertionError
at Line4.bar(Unknown Source)
at Line_3.bar(Unknown Source)