aboutsummaryrefslogtreecommitdiff
path: root/tests/repl/infixTypeOp.check
Commit message (Collapse)AuthorAgeFilesLines
* Fix #1959: infix type operators in the REPLAbel Nieto2017-04-021-0/+5
Infix type operators were broken in the REPL. The REPL uses fold methods from the untpd package, but those were skipping the operator subtree when folding over an InfixOp. Fix the issue by taking the operator into account. Tested: 1) Verified that only the REPL code uses the modified fold method. 2) Added repl test.