Rebase bytecode text expectations for parcel part of android-extensions.

This commit is contained in:
Mads Ager
2022-09-14 14:08:21 +02:00
committed by Alexander Udalov
parent 2d720a09c3
commit 294395f4cc
28 changed files with 94 additions and 95 deletions
@@ -11,10 +11,9 @@ final class User$Companion : java/lang/Object, kotlinx/android/parcel/Parceler {
LABEL (L0)
LINENUMBER (10)
ALOAD (0)
CHECKCAST
ILOAD (1)
INVOKESTATIC (kotlinx/android/parcel/Parceler$DefaultImpls, newArray, (Lkotlinx/android/parcel/Parceler;I)[Ljava/lang/Object;)
CHECKCAST
CHECKCAST ([LUser;)
ARETURN
LABEL (L1)
}
@@ -61,7 +60,7 @@ public final class User$Creator : java/lang/Object, android/os/Parcelable$Creato
public final User[] newArray(int size) {
LABEL (L0)
ILOAD (1)
ANEWARRAY
ANEWARRAY (User)
ARETURN
LABEL (L1)
}