[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
@@ -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;)
|
||||
|
||||
Reference in New Issue
Block a user