Added a test for exception handling in 'start'.

This commit is contained in:
Alexander Gorshenev
2016-12-01 16:25:55 +03:00
committed by alexander-gorshenev
parent 22d748001d
commit 62be62e5d6
@@ -0,0 +1,3 @@
fun main(args: Array<String>) {
throw Error("Hello!")
}