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