96d0b1c47a
Revert "Mute/ignore 'PROVIDED_RUNTIME_TOO_LOW' in tests"
8 lines
228 B
Kotlin
Vendored
8 lines
228 B
Kotlin
Vendored
// !DIAGNOSTICS: -UNUSED_PARAMETER,-UNUSED_VARIABLE
|
|
|
|
// FILE: test.kt
|
|
import kotlinx.serialization.*
|
|
|
|
<!PRIMARY_CONSTRUCTOR_PARAMETER_IS_NOT_A_PROPERTY!>@Serializable<!>
|
|
class Test(val someData: String, cantBeDeserialized: Int)
|