Update tests

This commit is contained in:
romanart
2018-10-12 15:43:41 +03:00
parent 6a66663739
commit 71f109387a
14 changed files with 67 additions and 8 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JS_IR
class CustomException : Throwable {
constructor(message: String?, cause: Throwable?) : super(message, cause)