You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jsoniter-scala-macros/shared/src/main/scala-2/com/github/plokhotnyuk/jsoniter_scala/macros/JsonCodecMaker.scala
Copy file name to clipboardExpand all lines: jsoniter-scala-macros/shared/src/test/scala/com/github/plokhotnyuk/jsoniter_scala/macros/JsonCodecMakerSpec.scala
+2-2
Original file line number
Diff line number
Diff line change
@@ -2136,9 +2136,9 @@ class JsonCodecMakerSpec extends VerifyingSpec {
2136
2136
WriterConfig.withEscapeUnicode(true))
2137
2137
}
2138
2138
"serialize and deserialize case classes with Scala operators in field names" in {
0 commit comments