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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2377,7 +2377,7 @@ object JsonCodecMaker {
2377
2377
if (v <0|| v >=${Expr(cfg.bitSetValueLimit)}) $in.decodeError("illegal value for bit set")
2378
2378
valxi= v >>>6
2379
2379
if (xi >= x.length) x = java.util.Arrays.copyOf(x, java.lang.Integer.highestOneBit(xi) <<1)
0 commit comments