Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
plugins
/
parcelize
/
parcelize-compiler
/
testData
/
codegen
/
kt25839.kt
blob: f21f19665493ed232d1c8c08cc2deeaa752025d3 [
file
]
// CURIOUS_ABOUT: writeToParcel, createFromParcel
// WITH_STDLIB
package
test
import
kotlinx
.
parcelize
.*
import
android
.
os
.
Parcelable
@Parcelize
class
SomeClass
:
Parcelable