Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ed88aa43a4c2990ca10ebcb608dcbe797919b856
/
.
/
plugins
/
parcelize
/
parcelize-compiler
/
testData
/
codegen
/
customParcelablesDifferentModule.kt
blob: a6a985a2d6ea9c47f546ee2502d1e574fd10bae9 [
file
]
// CURIOUS_ABOUT writeToParcel, createFromParcel, <clinit>
// WITH_RUNTIME
package
test
import
kotlinx
.
parcelize
.*
import
android
.
os
.*
import
android
.
accounts
.
Account
@Parcelize
class
Foo
(
val kp
:
Account
):
Parcelable