twrongtupleaccess.nim 167 B

12345678910
  1. discard """
  2. errormsg: "attempting to call undeclared routine: \'setBLAH\'"
  3. file: "twrongtupleaccess.nim"
  4. line: 9
  5. """
  6. # Bugfix
  7. var v = (5.0, 10.0)
  8. v.setBLAH(10)