We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bb26a9 commit b4ba14bCopy full SHA for b4ba14b
core/jvm/test/MaliciousJvmSerializationTest.kt
@@ -3,9 +3,9 @@
3
* Use of this source code is governed by the Apache 2.0 License that can be found in the LICENSE.txt file.
4
*/
5
6
-package kotlinx.datetime
+package kotlinx.datetime.test
7
8
-import kotlinx.datetime.MaliciousJvmSerializationTest.TestCase.Streams
+import kotlinx.datetime.test.MaliciousJvmSerializationTest.TestCase.Streams
9
import java.io.ByteArrayInputStream
10
import java.io.ObjectInputStream
11
import java.io.Serializable
@@ -61,7 +61,6 @@ class MaliciousJvmSerializationTest {
61
)
62
}
63
64
- @Suppress("RemoveRedundantQualifierName")
65
private val testCases = listOf(
66
TestCase(
67
kotlinx.datetime.LocalDate::class,
0 commit comments