[K1] Fix string offsets to include quotes in the same way it's done in FIR
This commit is contained in:
+3
-3
@@ -1,5 +1,5 @@
|
||||
// IGNORE_INLINER: IR
|
||||
// IGNORE_BACKEND_K2: WASM
|
||||
|
||||
// FILE: test.kt
|
||||
|
||||
public val MASSERTIONS_ENABLED: Boolean = true
|
||||
@@ -56,7 +56,7 @@ fun box(): String {
|
||||
// EXPECTATIONS WASM
|
||||
// test.kt:1 $box__JsExportAdapter
|
||||
// test.kt:26 $box (4, 12, 4)
|
||||
// test.kt:17 $box (58, 58, 58, 58)
|
||||
// test.kt:17 $box (57, 57, 57, 57)
|
||||
// String.kt:141 $kotlin.stringLiteral (17, 28, 17, 17, 28, 17)
|
||||
// Array.kt:59 $kotlin.Array.get (19, 26, 34, 8, 19, 26, 34, 8)
|
||||
// ThrowHelpers.kt:29 $kotlin.wasm.internal.rangeCheck (6, 14, 6, 19, 28, 19, 6, 14, 6, 19, 28, 19, 6, 14, 6, 19, 28, 19, 6, 14, 6, 19, 28, 19)
|
||||
@@ -75,7 +75,7 @@ fun box(): String {
|
||||
// test.kt:27 $box (4, 12, 4)
|
||||
// test.kt:8 $box
|
||||
// test.kt:9 $box (13, 12)
|
||||
// test.kt:31 $box (12, 12, 12, 12, 4)
|
||||
// test.kt:31 $box (11, 11, 11, 11, 4)
|
||||
// ExternalWrapper.kt:200 $kotlin.wasm.internal.kotlinToJsStringAdapter
|
||||
// ExternalWrapper.kt:201 $kotlin.wasm.internal.kotlinToJsStringAdapter
|
||||
// Strings.kt:161 $kotlin.wasm.internal.kotlinToJsStringAdapter
|
||||
|
||||
Reference in New Issue
Block a user