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 MyThrowable(message: String? = null, cause: Throwable? = null) : Throwable(message, cause) {
override val message: String?