We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6061ccf commit 00394b5Copy full SHA for 00394b5
1 file changed
src/test/kotlin/com/eignex/kencode/PackedFormatTest.kt
@@ -171,7 +171,7 @@ class PackedFormatTest {
171
172
testData.forEach { value ->
173
@Suppress("UNCHECKED_CAST")
174
- val serializer = serializer(value::class.java) as KSerializer<Any>
+ val serializer = serializer(value::class.java)
175
assertPackedRoundtrip(serializer, value)
176
}
177
@@ -193,7 +193,7 @@ class PackedFormatTest {
193
194
primitives.forEach { value ->
195
196
197
198
199
0 commit comments