[Serialization] Add DiagnosticsTests for FIR
This commit is contained in:
committed by
teamcity
parent
21aec49709
commit
84b8ab1f9c
@@ -0,0 +1,7 @@
|
||||
// !DIAGNOSTICS: -UNUSED_PARAMETER,-UNUSED_VARIABLE
|
||||
// WITH_STDLIB
|
||||
// FILE: test.kt
|
||||
import kotlinx.serialization.*
|
||||
|
||||
@Serializable
|
||||
class Test(val someData: String, cantBeDeserialized: Int)
|
||||
Reference in New Issue
Block a user