Minor, workaround compiler exception (KT-43286)
This commit is contained in:
@@ -295,7 +295,7 @@ class WasmIrToText : SExpressionBuilder() {
|
|||||||
|
|
||||||
private fun appendLimits(limits: WasmLimits) {
|
private fun appendLimits(limits: WasmLimits) {
|
||||||
appendElement(limits.minSize.toString())
|
appendElement(limits.minSize.toString())
|
||||||
limits.maxSize?.let { appendElement(limits.maxSize.toString()) }
|
limits.maxSize?.let { appendElement(it.toString()) }
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun appendGlobal(global: WasmGlobal) {
|
private fun appendGlobal(global: WasmGlobal) {
|
||||||
|
|||||||
Reference in New Issue
Block a user