summaryrefslogtreecommitdiff
path: root/test/files/run/si4147.scala
Commit message (Collapse)AuthorAgeFilesLines
* Test case closes SI-4777.Paul Phillips2012-03-031-36/+0
| | | | | And pending tests for most of the other VerifyErrors which still fail to verify.
* Add mutable tree sets to the standard library.aleksandar2012-01-121-0/+36
This implementation is based on AVL trees. The current implementation is contributed by Lucien Pereira. Fixes #4147.