bugfix: semantic checking: tuples without named fields

This commit is contained in:
Araq
2011-01-06 00:33:56 +01:00
parent ce672c19d2
commit 8f41312ca6
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
# Bugfix
var v = (5.0, 10.0)
v.setBLAH(10)