// CURIOUS_ABOUT: writeToParcel, createFromParcel, // WITH_STDLIB package test import kotlinx.parcelize.* import android.os.* import android.accounts.Account @Parcelize class Foo(val kp: Account): Parcelable