[JS IR BE] Inline classes lowering
This commit is contained in:
@@ -108,4 +108,7 @@ internal fun newThrowable(message: String?, cause: Throwable?): Throwable {
|
||||
throwable.cause = cause
|
||||
throwable.name = "Throwable"
|
||||
return throwable
|
||||
}
|
||||
}
|
||||
|
||||
internal fun <T, R> boxIntrinsic(x: T): R = error("Should be lowered")
|
||||
internal fun <T, R> unboxIntrinsic(x: T): R = error("Should be lowered")
|
||||
|
||||
Reference in New Issue
Block a user