summaryrefslogtreecommitdiff
path: root/test/files/pos/specializes-sym-crash.scala
Commit message (Collapse)AuthorAgeFilesLines
* Compilespeed improvements: Exists arguments and othersMartin Odersky2012-08-201-0/+26
It turns out that exists is not inlinable, even if put into List. We try to eliminate or hoist most closures passed to exists in Types. There are some other small improvements as well. -- (@gkossakowski): This commit contains also a fix to crasher prepared by @paulp. I squashed that commit and kept the test-case that came with it.