mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-01 02:42:05 +00:00
10 lines
167 B
Nim
10 lines
167 B
Nim
discard """
|
|
errormsg: "attempting to call undeclared routine: \'setBLAH\'"
|
|
file: "twrongtupleaccess.nim"
|
|
line: 9
|
|
"""
|
|
# Bugfix
|
|
|
|
var v = (5.0, 10.0)
|
|
v.setBLAH(10)
|