[JS BE] mutes tests for JS_IR_ES6, which muted for JS_IR
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
// Super calls to Throwable properties are not supported
|
||||
// IGNORE_BACKEND: JS_IR
|
||||
// IGNORE_BACKEND: JS_IR_ES6
|
||||
|
||||
open class Base(message: String? = null, cause: Throwable? = null) : Throwable(message, cause)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user