[WASM] Add ConstEvaluationLowering to the lowering list
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND_K1: WASM
|
||||
var initialized = 0
|
||||
|
||||
object O {
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
// IGNORE_BACKEND_K2: WASM
|
||||
|
||||
object A {
|
||||
const val a: String = "$"
|
||||
const val b = "1234$a"
|
||||
|
||||
Reference in New Issue
Block a user