Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
plugins
/
parcelize
/
parcelize-compiler
/
testData
/
diagnostics
/
simple.kt
blob: 6c6dbce33df3f97dc635c8d1f823bb369a9a8998 [
file
]
// FIR_IDENTICAL
package
test
import
kotlinx
.
parcelize
.
Parcelize
import
android
.
os
.
Parcelable
@Parcelize
class
User
(
val firstName
:
String
,
val secondName
:
String
,
val age
:
Int
)
:
Parcelable