summary refs log blame commit diff stats
path: root/tests/modules/tambig_range.nim
blob: e1ecc00138ad0acd63a5550b794180c70a890f92 (plain) (tree)
1
2
3
4
5
6
7
           

                                                                        

   

             




                     
       
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()