[IR] Replace indexes with names for mfvc methods and fields

Signed-off-by: Evgeniy.Zhelenskiy <Evgeniy.Zhelenskiy@jetbrains.com>

#KT-1179
This commit is contained in:
Evgeniy.Zhelenskiy
2022-10-24 23:52:16 +02:00
committed by Space Team
parent b692748938
commit 68fb8aa2a1
42 changed files with 3094 additions and 3083 deletions
@@ -2,8 +2,8 @@
@kotlin.Metadata
public final class DPoint {
// source: 'throwingMFVCReassignments.kt'
private final field field-0: double
private final field field-1: double
private final field x: double
private final field y: double
private synthetic method <init>(p0: double, p1: double): void
public synthetic final static method box-impl(p0: double, p1: double): DPoint
public final static method constructor-impl(p0: double, p1: double): void
@@ -16,19 +16,19 @@ public final class DPoint {
public static method hashCode-impl(p0: double, p1: double): int
public @org.jetbrains.annotations.NotNull method toString(): java.lang.String
public static method toString-impl(p0: double, p1: double): java.lang.String
public synthetic final method unbox-impl-0(): double
public synthetic final method unbox-impl-1(): double
public synthetic final method unbox-impl-x(): double
public synthetic final method unbox-impl-y(): double
}
@kotlin.Metadata
public final class PointBox {
// source: 'throwingMFVCReassignments.kt'
private field value-0: double
private field value-1: double
private field value-x: double
private field value-y: double
public method <init>(p0: double, p1: double): void
public final @org.jetbrains.annotations.NotNull method getValue(): DPoint
public synthetic final method getValue-0(): double
public synthetic final method getValue-1(): double
public synthetic final method getValue-x(): double
public synthetic final method getValue-y(): double
public final method setValue-sUp7gFk(p0: double, p1: double): void
}