Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
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