File tree 3 files changed +1
-4
lines changed
js/src/main/scala/com/github/plokhotnyuk/jsoniter_scala/core
jvm/src/main/scala/com/github/plokhotnyuk/jsoniter_scala/core
native/src/main/scala/com/github/plokhotnyuk/jsoniter_scala/core
3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -940,7 +940,6 @@ final class JsonWriter private[jsoniter_scala](
940
940
*/
941
941
def writeArrayStart (): Unit = writeNestedStart('[' )
942
942
943
-
944
943
/**
945
944
* Writes a JSON array end marker (`]`).
946
945
*/
@@ -2452,7 +2451,7 @@ final class JsonWriter private[jsoniter_scala](
2452
2451
cblCorr = 1
2453
2452
}
2454
2453
e10 = e2 * 315653 - e2Corr >> 20
2455
- val g = gs(e10 + 324 << 1 ) + 1
2454
+ val g = gs(e10 + 324 << 1 ) + 1L
2456
2455
val h = (e10 * - 108853 >> 15 ) + e2 + 1
2457
2456
val cb = m2 << 2
2458
2457
val vbCorr = (m2 & 0x1 ) - 1
Original file line number Diff line number Diff line change @@ -869,7 +869,6 @@ final class JsonWriter private[jsoniter_scala](
869
869
*/
870
870
def writeArrayStart (): Unit = writeNestedStart('[' )
871
871
872
-
873
872
/**
874
873
* Writes a JSON array end marker (`]`).
875
874
*/
Original file line number Diff line number Diff line change @@ -869,7 +869,6 @@ final class JsonWriter private[jsoniter_scala](
869
869
*/
870
870
def writeArrayStart (): Unit = writeNestedStart('[' )
871
871
872
-
873
872
/**
874
873
* Writes a JSON array end marker (`]`).
875
874
*/
You can’t perform that action at this time.
0 commit comments