diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/sets/tsets.nim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/sets/tsets.nim b/tests/sets/tsets.nim index 53a955af8..96d5debc7 100644 --- a/tests/sets/tsets.nim +++ b/tests/sets/tsets.nim @@ -202,3 +202,7 @@ var #import compiler.msgs echo warnUninit in gNotes + +# 7555 +doAssert {-1.int8, -2, -2}.card == 2 +doAssert {1, 2, 2, 3..5, 4..6}.card == 6 \ No newline at end of file |