mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-03 03:32:32 +00:00
fixes #2395
This commit is contained in:
8
tests/system/settostring.nim
Normal file
8
tests/system/settostring.nim
Normal file
@@ -0,0 +1,8 @@
|
||||
discard """
|
||||
output: "{a, b, c}"
|
||||
"""
|
||||
|
||||
# bug #2395
|
||||
|
||||
let alphaSet: set[char] = {'a'..'c'}
|
||||
echo alphaSet
|
||||
Reference in New Issue
Block a user