summaryrefslogtreecommitdiff
path: root/test/files/run/t6329_repl.scala
Commit message (Collapse)AuthorAgeFilesLines
* Modifies "maybeRewrap" to focus more on the maybe.Paul Phillips2013-01-141-3/+10
| | | | | | | | | | | | | | | | | 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.
* test suite for SI-6329Eugene Burmako2012-09-061-0/+8