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
@@ -6,7 +6,7 @@ public final class test/Foo$Creator : java/lang/Object, android/os/Parcelable$Cr
ALOAD (1)
LDC (parcel)
INVOKESTATIC (kotlin/jvm/internal/Intrinsics, checkNotNullParameter, (Ljava/lang/Object;Ljava/lang/String;)V)
NEW
NEW (test/Foo)
DUP
ALOAD (1)
LDC (Ltest/Foo;)
@@ -37,10 +37,10 @@ public final class test/Foo : java/lang/Object, android/os/Parcelable {
private final android.os.Parcelable parcelable
static void <clinit>() {
NEW
NEW (test/Foo$Creator)
DUP
INVOKESPECIAL (test/Foo$Creator, <init>, ()V)
CHECKCAST
CHECKCAST (android/os/Parcelable$Creator)
PUTSTATIC (test/Foo, CREATOR, Landroid/os/Parcelable$Creator;)
RETURN
}