[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:
Mads Ager
2020-09-24 20:23:52 +02:00
committed by Alexander Udalov
parent 6d13fe8213
commit 4e518e77ca
4 changed files with 4 additions and 0 deletions
@@ -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;)