JS: add support of custom exceptions inherited from kotlin.Throwable that call super constructor from secondary constructor

This commit is contained in:
Alexey Andreev
2016-12-29 14:51:47 +03:00
parent f34093db9f
commit 6f4d8decc7
8 changed files with 78 additions and 19 deletions
@@ -17,5 +17,5 @@ fun box(): String {
return "OK"
}
return "fail: MyThrowable wasn't catched."
return "fail: MyThrowable wasn't caught."
}