summaryrefslogtreecommitdiff
path: root/test/files/run/dynamic-updateDynamic.check
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/pr/3196' into ↵Jason Zaugg2013-11-261-2/+2
| | | | | | | | | | | | merge/2.10.x-positions-to-master Conflicts: src/compiler/scala/tools/nsc/typechecker/Typers.scala test/files/neg/applydynamic_sip.check - Changes two calls from `.endOrPoint` to `.point`. The latter is safe in master for both `Range`- and `OffsetPosition`s - Updates checkfiles with unrelated position changes (constructors)
* SI-8005 Fixes NoPositon error for updateDynamic callsSimon Schaefer2013-11-261-0/+14
Previously there occurred a NoPosition error when one asks for position information in the AST because no positions were set to the trees created during the transformation for updateDynamic calls. This commit applies range positions to the trees in order to being able to highlight them inside of the scala-ide.