summaryrefslogtreecommitdiff
path: root/test/files/pos/t3688.scala
Commit message (Collapse)AuthorAgeFilesLines
* Removed and consolidated several redundant test...Paul Phillips2011-08-241-0/+5
| | | | | | Removed and consolidated several redundant tests which had filenames "bugXXX" and "tXXX" where XXX == XXX. No review.
* Fixed type soundness problem someone raised on ...Martin Odersky2010-08-121-0/+9
Fixed type soundness problem someone raised on hackers news. Test in override.scala. Review by moors.