summary refs log tree commit diff stats
path: root/tests/reject/twrongtupleaccess.nim
blob: bb09b108d6ce2563598c871be309f7fbb8f1f735 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
discard """
  file: "twrongtupleaccess.nim"
  line: 9
  errormsg: "undeclared field: \'setBLAH\'"
"""
# Bugfix

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