summaryrefslogtreecommitdiff
path: root/test/files/run/existentials3-new.scala
Commit message (Collapse)AuthorAgeFilesLines
* TypeTag => AbsTypeTag, ConcreteTypeTag => TypeTagEugene Burmako2012-06-081-2/+2
| | | | | This protects everyone from the confusion caused by stuff like this: https://issues.scala-lang.org/browse/SI-5884
* repairs the tests after the refactoring spreeEugene Burmako2012-06-081-6/+8
|
* migrates stdlib and compiler to tagsEugene Burmako2012-04-231-0/+78
* all usages of ClassManifest and Manifest are replaced with tags * all manifest tests are replaced with tag tests