Closed hawkw closed 9 years ago
*** Error line 10. for (a = 0; a < arr.length(); a = a + 1) ^ *** string[] has no such field 'length'
We need to either add fake nodes for array.length() to the scope tree much as we do for this, or special-case it when we check calls.
array.length()
this
Max fixed this one in 79931b3
We need to either add fake nodes for
array.length()
to the scope tree much as we do forthis
, or special-case it when we check calls.