summaryrefslogtreecommitdiff
path: root/test/files/run/t5080.check
Commit message (Collapse)AuthorAgeFilesLines
* Fix for multiple evaluation in structural calls.Paul Phillips2011-10-161-0/+1
An interesting bug during cleanup: runtime checks on the target of a structural invocation duplicated the selection without regard for the fact that it might be an expression. So if the name of the method being invoked allowed the possibility that the target was a primitive type (such as "toInt") the expression would be evaluated three times. Closes SI-5080, no review.