summaryrefslogtreecommitdiff
path: root/test/files/run/t5603.check
Commit message (Collapse)AuthorAgeFilesLines
* Fixed SI-5603. Early definitions now get transparent positions.Hubert Plociniczak2012-07-301-0/+29
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.