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 3bc79c6 commit c8973d5Copy full SHA for c8973d5
src/test/kotlin/com/fasterxml/jackson/module/kotlin/test/ObjectSingletonTest.kt
@@ -9,10 +9,10 @@ import org.hamcrest.CoreMatchers.not
9
import org.hamcrest.MatcherAssert.assertThat
10
import org.junit.Test
11
12
+// [module-kotlin#225]: keep Kotlin singletons as singletons
13
class ObjectSingletonTest {
14
15
val mapper: ObjectMapper = jacksonObjectMapper()
- .configure(SerializationFeature.INDENT_OUTPUT, false)
16
17
object Singleton {
18
var content = 1 // mutable state
0 commit comments