Added a test for exception handling in 'start'.
This commit is contained in:
committed by
alexander-gorshenev
parent
22d748001d
commit
62be62e5d6
@@ -0,0 +1,3 @@
|
||||
fun main(args: Array<String>) {
|
||||
throw Error("Hello!")
|
||||
}
|
||||
Reference in New Issue
Block a user