summaryrefslogtreecommitdiff
path: root/test/files/run/t5603.scala
Commit message (Collapse)AuthorAgeFilesLines
* Remove dependency on combinators from CommandLinerParser.Adriaan Moors2013-06-251-1/+1
| | | | | | | tools.cmd.CommandLineParser uses a small hand-rolled parser TODO: replace partest's usage of scala.tools.nsc.util.CommandLine by scala.tools.cmd.CommandLine
* 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.