summary refs log tree commit diff stats
path: root/tests/sets/t2669.nim
blob: 0a92818fafcc76b24520fcd1339e94be52a5b41e (plain) (blame)
1
2
3
4
5
6
discard """
errormsg: "cannot convert 6 to range 1..5(int8)"
line: 6
"""

var c: set[range[1i8..5i8]] = {1i8, 2i8, 6i8}