summaryrefslogtreecommitdiff
path: root/test/files/neg/t6931.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-6931 cleans up the position APIEugene Burmako2014-02-141-0/+10
I have finally overcome my fear of positions and got to cleaning up its public interface. Apparently it isn’t so bad, since there’s a sane core of methods (thanks to whoever wrote the comments to internal#Position): 1) Checks to distinguish offsets, opaque ranges and transparent ranges 2) Essentials that inclide start, point, end and source 3) Factories that create new positions based on existing ones It looks like methods from the 3rd group are exactly what we’ve been looking for in SI-6931, so we have nothing to add in this commit.