Parcelize: Update test expectations
This commit is contained in:
committed by
Yan Zhulanow
parent
9d000529e7
commit
77fb0ddd32
+2
-3
@@ -18,14 +18,13 @@ public final class k/KotlinParcelable$Creator : java/lang/Object, android/os/Par
|
||||
INVOKEVIRTUAL (android/os/Parcel, readInt, ()I)
|
||||
ISTORE (2)
|
||||
LABEL (L2)
|
||||
LINENUMBER (24)
|
||||
NEW
|
||||
DUP
|
||||
LABEL (L3)
|
||||
LINENUMBER (24)
|
||||
ILOAD (2)
|
||||
INVOKESPECIAL (k/KotlinParcelable, <init>, (I)V)
|
||||
ARETURN
|
||||
LABEL (L4)
|
||||
LABEL (L3)
|
||||
}
|
||||
|
||||
public java.lang.Object createFromParcel(android.os.Parcel p0) {
|
||||
|
||||
Vendored
+2
-1
@@ -9,6 +9,7 @@ final class User$Companion : java/lang/Object, kotlinx/android/parcel/Parceler {
|
||||
|
||||
public User[] newArray(int size) {
|
||||
LABEL (L0)
|
||||
LINENUMBER (10)
|
||||
ALOAD (0)
|
||||
ILOAD (1)
|
||||
INVOKESTATIC (kotlinx/android/parcel/Parceler$DefaultImpls, newArray, (Lkotlinx/android/parcel/Parceler;I)[Ljava/lang/Object;)
|
||||
@@ -111,4 +112,4 @@ public final class User : java/lang/Object, android/os/Parcelable {
|
||||
RETURN
|
||||
LABEL (L1)
|
||||
}
|
||||
}
|
||||
}
|
||||
+1
-3
@@ -15,7 +15,6 @@ public final class Test$Creator : java/lang/Object, android/os/Parcelable$Creato
|
||||
INVOKEVIRTUAL (android/os/Parcel, readInt, ()I)
|
||||
IFNE (L2)
|
||||
ACONST_NULL
|
||||
CHECKCAST
|
||||
GOTO (L3)
|
||||
LABEL (L2)
|
||||
ALOAD (1)
|
||||
@@ -119,7 +118,6 @@ public final class TestF$Creator : java/lang/Object, android/os/Parcelable$Creat
|
||||
INVOKEVIRTUAL (android/os/Parcel, readInt, ()I)
|
||||
IFNE (L2)
|
||||
ACONST_NULL
|
||||
CHECKCAST
|
||||
GOTO (L3)
|
||||
LABEL (L2)
|
||||
ALOAD (1)
|
||||
@@ -204,4 +202,4 @@ public final class TestF : java/lang/Object, android/os/Parcelable {
|
||||
RETURN
|
||||
LABEL (L3)
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user