Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
417088e15084daef5c72bc17ea66d3cf3c026c33
/
.
/
plugins
/
parcelize
/
parcelize-compiler
/
testData
/
diagnostics
/
simple.kt
blob: 889bdefc3de8e7cf92f2018f02d31b17848cc6c7 [
file
]
package
test
import
kotlinx
.
parcelize
.
Parcelize
import
android
.
os
.
Parcelable
@Parcelize
class
User
(
val firstName
:
String
,
val secondName
:
String
,
val age
:
Int
)
:
Parcelable