summary refs log blame commit diff stats
path: root/tests/tuples/twrongtupleaccess.nim
blob: 1a9ae64a24c3507b34278b73a9d0864efc138204 (plain) (tree)
1
2
3
4
5
6
7
8
9
10


                               
                                                
   




                   
discard """
  file: "twrongtupleaccess.nim"
  line: 9
  errormsg: "undeclared identifier: \'setBLAH\'"
"""
# Bugfix

var v = (5.0, 10.0)
v.setBLAH(10)