[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
@@ -18,6 +18,7 @@ final class User$Companion : java/lang/Object, kotlinx/parcelize/Parceler {
public java.lang.Object[] newArray(int size) {
LABEL (L0)
LINENUMBER (10)
ALOAD (0)
ILOAD (1)
INVOKEVIRTUAL (User$Companion, newArray, (I)[LUser;)