mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 08:31:28 +00:00
11 lines
224 B
Kotlin
Vendored
11 lines
224 B
Kotlin
Vendored
// CURIOUS_ABOUT writeToParcel, createFromParcel, <clinit>
|
|
// WITH_RUNTIME
|
|
|
|
package test
|
|
|
|
import kotlinx.android.parcel.*
|
|
import android.os.*
|
|
import android.accounts.Account
|
|
|
|
@Parcelize
|
|
class Foo(val kp: Account): Parcelable |