summary refs log tree commit diff stats
path: root/tests/modules/tambig_range.nim
blob: e1ecc00138ad0acd63a5550b794180c70a890f92 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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()