Files
Nim/tests/modules/tambig_range.nim
narimiran 515ab81477 add whitespace on the right-hand side of --
This is an em-dash, not some `--use` flag.
2019-05-03 11:33:29 +02:00

14 lines
188 B
Nim

discard """
errormsg: "ambiguous identifier: 'range' -- use one of the following:"
line: "13"
"""
import mrange
# bug #6965
type SomeObj = object
s: set[int8]
# bug #6726
range()