summaryrefslogtreecommitdiff
path: root/test/files/neg/t0903.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-9834 Improve error on failed op=Som Snytt2016-11-251-0/+1
| | | | | | | | | | | | | If rewriting `x += y` fails to typecheck, emit error messages for both the original tree and the assignment. If rewrite is not attempted because `x` is a val, then say so. The error message at `tree.pos` is updated with the additional advice. SI-8763 Crash in update conversion When there are already errors, don't attempt mechanical rewrites.
* Eliminated redundant error message.Paul Phillips2011-12-031-1/+1
| | | | | No secondary "reassignment to val" for unknown identifiers in assignment position.
* added tests; fixed #903; made Predef.Map covari...Martin Odersky2008-05-211-0/+7
added tests; fixed #903; made Predef.Map covariant in second parameter.