9 lines
242 B
Kotlin
Vendored
9 lines
242 B
Kotlin
Vendored
// FIR_DISABLE_LAZY_RESOLVE_CHECKS
|
|
// FIR_IDENTICAL
|
|
// WITH_STDLIB
|
|
// FILE: test.kt
|
|
import kotlinx.serialization.*
|
|
|
|
<!PRIMARY_CONSTRUCTOR_PARAMETER_IS_NOT_A_PROPERTY!>@Serializable<!>
|
|
class Test(val someData: String, cantBeDeserialized: Int)
|