[JVM_IR] Fix expectations for parcelize tests.
The generated bridges now have line numbers as for the JVM backend. There are some extra (irrelevant) labels in the JVM_IR bytecode listing compared to JVM so expectations can still not be shared even though they are closer.
This commit is contained in:
committed by
Alexander Udalov
parent
6d13fe8213
commit
4e518e77ca
+1
@@ -29,6 +29,7 @@ public final class k/KotlinParcelable$Creator : java/lang/Object, android/os/Par
|
||||
|
||||
public java.lang.Object createFromParcel(android.os.Parcel p0) {
|
||||
LABEL (L0)
|
||||
LINENUMBER (21)
|
||||
ALOAD (0)
|
||||
ALOAD (1)
|
||||
INVOKEVIRTUAL (k/KotlinParcelable$Creator, createFromParcel, (Landroid/os/Parcel;)Lk/KotlinParcelable;)
|
||||
|
||||
Reference in New Issue
Block a user