summaryrefslogtreecommitdiff
path: root/test/files/neg/t1215.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.
* positioning fix for infix expressions: report e...Paul Phillips2010-09-151-1/+1
| | | | | | | | | | | | positioning fix for infix expressions: report error at the operator instead of at the receiver of a binop In general use the operator position as the Select position's point instead of the left or right expression. Position.union always uses the receiver's point as point of the result, so swapping fixes that. See http://www.scala-lang.org/node/6912 for the report.
* More fleshing out Codec.Paul Phillips2009-08-171-1/+1
| | | | | | positioning change. Deleted instead of deprecated the two argument version of Iterator.iterate since it did not exist in 2.7.
* Fixed #1215.Geoffrey Washburn2008-08-191-0/+4