summaryrefslogtreecommitdiff
path: root/Test/dafny4/Bug101.dfy.expect
Commit message (Collapse)AuthorAge
* Fix issue 101. Instead of swapping operands for Exp opcode in BinaryExpr,Gravatar qunyanm2015-11-10
swap them when the expr is first created in parser or for calcstmt. This avoids problems of operands being swapped again when the expr is copied.