[Serialization] Suppress OPT_IN errors in all diagnostic tests
This commit is contained in:
committed by
teamcity
parent
84b8ab1f9c
commit
a6d3c6e5c6
@@ -1,4 +1,3 @@
|
||||
// !DIAGNOSTICS: -UNUSED_PARAMETER,-UNUSED_VARIABLE
|
||||
// WITH_STDLIB
|
||||
// FILE: test.kt
|
||||
import kotlinx.serialization.*
|
||||
@@ -14,4 +13,4 @@ class Inside(val foo: List<<!SERIALIZER_NOT_FOUND("NonSerializable")!>NonSeriali
|
||||
@Serializable
|
||||
class WithImplicitType {
|
||||
<!SERIALIZER_NOT_FOUND("NonSerializable")!>val foo = NonSerializable()<!>
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user