summaryrefslogtreecommitdiff
path: root/test/files/run/virtpatmat_partial_backquoted.check
Commit message (Collapse)AuthorAgeFilesLines
* copy BackQuotedIdent trees (don't copy as Ident)Adriaan Moors2012-04-241-0/+1
typer synthesized the wrong isDefinedAt method in typedMatchAnon because a BackQuotedIdent was copied as an Ident, so that the equality check was performed in applyOrElse (since it operates on the original tree), but not in isDefinedAt (since it operates on the copy, which collapsed Ident and BackQuotedIdent)