public final class test/Foo$Creator : java/lang/Object, android/os/Parcelable$Creator {
    public void <init>()

    public final test.Foo createFromParcel(android.os.Parcel in) {
        LABEL (L0)
          ALOAD (1)
          LDC (in)
          INVOKESTATIC (kotlin/jvm/internal/Intrinsics, checkNotNullParameter, (Ljava/lang/Object;Ljava/lang/String;)V)
          NEW (test/Foo)
          DUP
          ALOAD (1)
          LDC (Ltest/Foo;)
          INVOKEVIRTUAL (java/lang/Class, getClassLoader, ()Ljava/lang/ClassLoader;)
          INVOKEVIRTUAL (android/os/Parcel, readParcelable, (Ljava/lang/ClassLoader;)Landroid/os/Parcelable;)
          CHECKCAST (android/accounts/Account)
          INVOKESPECIAL (test/Foo, <init>, (Landroid/accounts/Account;)V)
          ARETURN
        LABEL (L1)
    }

    public java.lang.Object createFromParcel(android.os.Parcel p0) {
        LABEL (L0)
        LINENUMBER (11)
          ALOAD (0)
          ALOAD (1)
          INVOKEVIRTUAL (test/Foo$Creator, createFromParcel, (Landroid/os/Parcel;)Ltest/Foo;)
          ARETURN
    }

    public final test.Foo[] newArray(int size)

    public java.lang.Object[] newArray(int p0)
}

public final class test/Foo : java/lang/Object, android/os/Parcelable {
    public final static android.os.Parcelable$Creator CREATOR

    private final android.accounts.Account kp

    static void <clinit>() {
          NEW (test/Foo$Creator)
          DUP
          INVOKESPECIAL (test/Foo$Creator, <init>, ()V)
          PUTSTATIC (test/Foo, CREATOR, Landroid/os/Parcelable$Creator;)
          RETURN
    }

    public void <init>(android.accounts.Account kp)

    public int describeContents()

    public final android.accounts.Account getKp()

    public void writeToParcel(android.os.Parcel parcel, int flags) {
        LABEL (L0)
          ALOAD (1)
          LDC (parcel)
          INVOKESTATIC (kotlin/jvm/internal/Intrinsics, checkNotNullParameter, (Ljava/lang/Object;Ljava/lang/String;)V)
          ALOAD (1)
          ALOAD (0)
          GETFIELD (test/Foo, kp, Landroid/accounts/Account;)
          ILOAD (2)
          INVOKEVIRTUAL (android/os/Parcel, writeParcelable, (Landroid/os/Parcelable;I)V)
          RETURN
        LABEL (L1)
    }
}
