96d0b1c47a
Revert "Mute/ignore 'PROVIDED_RUNTIME_TOO_LOW' in tests"
8 lines
181 B
Kotlin
Vendored
8 lines
181 B
Kotlin
Vendored
// !DIAGNOSTICS: -UNUSED_PARAMETER,-UNUSED_VARIABLE
|
|
|
|
// FILE: test.kt
|
|
import kotlinx.serialization.*
|
|
|
|
<!SERIALIZABLE_ANNOTATION_IGNORED!>@Serializable<!>
|
|
interface INonSerializable
|