671083c701
^KT-53178 Fixed
12 lines
209 B
Kotlin
Vendored
12 lines
209 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
// SKIP_TXT
|
|
|
|
// FILE: test.kt
|
|
import kotlinx.serialization.*
|
|
|
|
<!SERIALIZABLE_ANNOTATION_IGNORED!>@Serializable<!>
|
|
interface INonSerializable
|
|
|
|
@Serializable
|
|
sealed interface SealedSerializable
|