mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-16 22:11:18 +00:00
bugfix: semantic checking: tuples without named fields
This commit is contained in:
5
tests/reject/twrongtupleaccess.nim
Normal file
5
tests/reject/twrongtupleaccess.nim
Normal file
@@ -0,0 +1,5 @@
|
||||
# Bugfix
|
||||
|
||||
var v = (5.0, 10.0)
|
||||
v.setBLAH(10)
|
||||
|
||||
Reference in New Issue
Block a user