// CURIOUS_ABOUT writeToParcel // WITH_RUNTIME import kotlinx.android.parcel.* import android.os.Parcelable @Parcelize class Test(val names: List>>) : Parcelable