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-3/com/github/plokhotnyuk/jsoniter_scala/macros/JsonCodecMaker.scala
Copy file name to clipboardExpand all lines: jsoniter-scala-macros/shared/src/test/scala-3/com/github/plokhotnyuk/jsoniter_scala/macros/JsonCodecMakerNewTypeSpec.scala
+23Lines changed: 23 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -309,5 +309,28 @@ class JsonCodecMakerNewTypeSpec extends VerifyingSpec {
309
309
"Only concrete (no free type parameters) Scala classes & objects are supported for ADT leaf classes."
310
310
})
311
311
}
312
+
"don't generate codecs for opaque types that hides type arguments" in {
0 commit comments