[JS IR BE] Fix runtime for Release coroutines
This commit is contained in:
@@ -97,3 +97,5 @@ fun THROW_CCE() {
|
||||
fun THROW_NPE() {
|
||||
throw NullPointerException()
|
||||
}
|
||||
|
||||
fun error(s: String): Nothing = throw IllegalStateException(s, null)
|
||||
Reference in New Issue
Block a user