summaryrefslogtreecommitdiff
path: root/test/files/run/t6329_vanilla.check
Commit message (Collapse)AuthorAgeFilesLines
* Modifies "maybeRewrap" to focus more on the maybe.Paul Phillips2013-01-141-1/+7
| | | | | | | | | | | | | | | | | Existential types are rewrapped under a bunch of conditions unless the operation performed on the underlying type returns the same type by reference equality. That depends on a foundation of predictability which doesn't exist. The upshot is that existential types were rewrapped with abandon, even when the type were identical. This had both performance and correctness implications. Note where the test case output changes like so: -scala.collection.immutable.List[Any] +scala.collection.immutable.List[<?>] That's correctness.
* Normalized line endings.Paul Phillips2012-09-201-2/+2
| | | | | | This brings all the files into line with the .gitattributes settings, which should henceforth be automatically maintained by git.
* test suite for SI-6329Eugene Burmako2012-09-061-0/+2