11 lines
154 B
Kotlin
Vendored
11 lines
154 B
Kotlin
Vendored
// SKIP_TXT
|
|
|
|
// FILE: test.kt
|
|
import kotlinx.serialization.*
|
|
|
|
@Serializable
|
|
interface INonSerializable
|
|
|
|
@Serializable
|
|
sealed interface SealedSerializable
|