IR: call toLowerCase() with root locale

Preventing complexities with Turkish Iı vs. İi.
This commit is contained in:
Georgy Bronnikov
2019-09-30 18:51:20 +03:00
parent f91db5f0b8
commit 53b7766910
5 changed files with 10 additions and 0 deletions
@@ -5,6 +5,8 @@
package org.jetbrains.kotlin.backend.wasm.ast
import org.jetbrains.kotlin.ir.util.toLowerCase
// TODO: Abstract out S-expression part of dumping?
fun WasmInstruction.toWat(ident: String = ""): String =