Revert "[FIR2IR] Set proper offsets for generated data class members"
This reverts commit b33798d65a.
Reverted because of KT-58215
Co-authored-by: Aleksandr Korepanov <Alexander.Korepanov@jetbrains.com>
Merge-request: KT-MR-14328
Merged-by: Anton Bannykh <Anton.Bannykh@jetbrains.com>
This commit is contained in:
committed by
Space Team
parent
64083d6d5c
commit
4e62400f6f
+58
-1
@@ -61,7 +61,7 @@ fun box() {
|
||||
// test.kt:25 box
|
||||
// test.kt:26 box
|
||||
|
||||
// EXPECTATIONS JS_IR
|
||||
// EXPECTATIONS ClassicFrontend JS_IR
|
||||
// test.kt:14 box
|
||||
// test.kt:4 <init>
|
||||
// test.kt:4 <init>
|
||||
@@ -118,6 +118,63 @@ fun box() {
|
||||
// test.kt:6 <init>
|
||||
// test.kt:26 box
|
||||
|
||||
// EXPECTATIONS FIR JS_IR // TODO: There is an inconsistency in names between K1 and K2. This should be fixed in KT-64435.
|
||||
// test.kt:14 box
|
||||
// test.kt:4 <init>
|
||||
// test.kt:4 <init>
|
||||
// test.kt:4 <init>
|
||||
// test.kt:15 box
|
||||
// test.kt:4 <init>
|
||||
// test.kt:4 <init>
|
||||
// test.kt:4 <init>
|
||||
// test.kt:15 box
|
||||
// test.kt:1 protoOf.equals
|
||||
// test.kt:1 protoOf.equals
|
||||
// test.kt:1 protoOf.equals
|
||||
// test.kt:1 protoOf.equals
|
||||
// test.kt:1 protoOf.equals
|
||||
// test.kt:1 protoOf.equals
|
||||
// test.kt:16 box
|
||||
// test.kt:1 protoOf.hashCode
|
||||
// test.kt:1 protoOf.hashCode
|
||||
// test.kt:17 box
|
||||
// test.kt:1 protoOf.toString
|
||||
// test.kt:18 box
|
||||
// test.kt:1 protoOf.component1_7eebsc_k$
|
||||
// test.kt:18 box
|
||||
// test.kt:1 protoOf.component2_7eebsb_k$
|
||||
// test.kt:19 box
|
||||
// test.kt:1 protoOf.copy$default_8mg6yi_k$
|
||||
// test.kt:1 protoOf.copy$default_8mg6yi_k$
|
||||
// test.kt:1 protoOf.copy_xhhsuv_k$
|
||||
// test.kt:4 <init>
|
||||
// test.kt:4 <init>
|
||||
// test.kt:4 <init>
|
||||
// test.kt:20 box
|
||||
// test.kt:6 <init>
|
||||
// test.kt:6 <init>
|
||||
// test.kt:6 <init>
|
||||
// test.kt:21 box
|
||||
// test.kt:6 <init>
|
||||
// test.kt:6 <init>
|
||||
// test.kt:6 <init>
|
||||
// test.kt:21 box
|
||||
// test.kt:8 equals
|
||||
// test.kt:22 box
|
||||
// test.kt:9 hashCode
|
||||
// test.kt:23 box
|
||||
// test.kt:7 toString
|
||||
// test.kt:24 box
|
||||
// test.kt:1 protoOf.component1_7eebsc_k$
|
||||
// test.kt:24 box
|
||||
// test.kt:1 protoOf.component2_7eebsb_k$
|
||||
// test.kt:25 box
|
||||
// test.kt:10 copy
|
||||
// test.kt:6 <init>
|
||||
// test.kt:6 <init>
|
||||
// test.kt:6 <init>
|
||||
// test.kt:26 box
|
||||
|
||||
// EXPECTATIONS WASM
|
||||
// test.kt:14 $box (12, 14, 17, 17, 17, 17, 12)
|
||||
// String.kt:141 $kotlin.stringLiteral (17, 28, 17, 17, 28, 17, 17, 28, 17, 17, 28, 17, 17, 28, 17, 17, 28, 17, 17, 28, 17, 17, 28, 17, 17, 28, 17, 17, 28, 17, 17, 28, 17, 17, 28, 17, 17, 28, 17)
|
||||
|
||||
Reference in New Issue
Block a user