+= operator won't compile with multidimensional array
-------------------------------------------------------
Key: BOO-1062
URL:
http://jira.codehaus.org/browse/BOO-1062 Project: Boo
Issue Type: Bug
Components: Compiler
Environment: With 0.8.2.2960 running on Windows XP
Reporter: Mike Krell
a = matrix(int, 2, 2)
a[0, 0] = 1
a[0, 0] += 1
The last line gives a compiler error: BCE0015: Node 'a[0, 0]' has not been correctly processed.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email