summaryrefslogtreecommitdiff
path: root/Test/dafny4/Bug89.dfy
Commit message (Collapse)AuthorAge
* Fix issue89. Copy the out param to a local before use it in an anonymousGravatar qunyanm2015-11-04
method that is generated by LetExpr. Change the compiler so that each stmt writes to its own buffer before add it to the program's buffer so that we can insert the above mentioned copy instruction before the stmt.