summaryrefslogtreecommitdiff
path: root/test/files/run/concretetypetags_core.check
Commit message (Collapse)AuthorAgeFilesLines
* TypeTag => AbsTypeTag, ConcreteTypeTag => TypeTagEugene Burmako2012-06-081-14/+14
| | | | | 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-32/+28
|
* rethinks tagsEugene Burmako2012-04-231-0/+32
* introduces ArrayTag and ErasureTag * all type tags now feature erasure