summaryrefslogtreecommitdiff
path: root/test/files/run/t5603.scala
Commit message (Collapse)AuthorAgeFilesLines
* Disentangled RangePositions from interactive.Paul Phillips2013-03-041-1/+2
| | | | | | | This is a stepping stone to having range positions all the time, as well as to modularizing the presentation compiler. It does not enable range positions by default, only places them smoewhere where they can be.
* Fixed SI-5603. Early definitions now get transparent positions.Hubert Plociniczak2012-07-301-0/+42
This includes a fix for a minor problem described in #594 - ensureNonOverlapping still focuses on default position when outside of early defs. Review by @dragos, @odersky.