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