* fixes #15413

* better hide it properly

* see if this makes our list of important packages happy

(cherry picked from commit 87a60c1b28)
This commit is contained in:
Andreas Rumpf
2020-10-29 17:32:56 +01:00
committed by narimiran
parent a7bd58ed07
commit 645200aa3d
3 changed files with 73 additions and 21 deletions

View File

@@ -232,3 +232,6 @@ doAssert isRefSkipDistinct(MyRef)
doAssert not isRefSkipDistinct(MyObject)
doAssert isRefSkipDistinct(MyDistinct)
doAssert isRefSkipDistinct(MyOtherDistinct)
let x = parseJson("9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999")
doAssert x.kind == JString