Parcelize, JVM IR: Fix types in nested containers

This commit is contained in:
Steven Schäfer
2020-05-28 20:01:33 +02:00
committed by Yan Zhulanow
parent eaa5d08736
commit 8ab6411b93
12 changed files with 206 additions and 33 deletions
@@ -145,8 +145,14 @@ public final class User : java/lang/Object, android/os/Parcelable {
ALOAD (1)
ALOAD (0)
GETFIELD (isProUser, Z)
IFEQ (L1)
ICONST_1
GOTO (L2)
LABEL (L1)
ICONST_0
LABEL (L2)
INVOKEVIRTUAL (android/os/Parcel, writeInt, (I)V)
RETURN
LABEL (L1)
LABEL (L3)
}
}