13 lines
244 B
Kotlin
Vendored
13 lines
244 B
Kotlin
Vendored
// FIR_DISABLE_LAZY_RESOLVE_CHECKS
|
|
// FIR_IDENTICAL
|
|
// SKIP_TXT
|
|
|
|
// FILE: test.kt
|
|
import kotlinx.serialization.*
|
|
|
|
<!SERIALIZABLE_ANNOTATION_IGNORED!>@Serializable<!>
|
|
interface INonSerializable
|
|
|
|
@Serializable
|
|
sealed interface SealedSerializable
|