summaryrefslogtreecommitdiff
path: root/test/files/run/classtags_multi.check
Commit message (Collapse)AuthorAgeFilesLines
* Normalized line endings.Paul Phillips2012-09-201-5/+5
| | | | | | This brings all the files into line with the .gitattributes settings, which should henceforth be automatically maintained by git.
* fixes Manifest.Nothing and Manifest.NullEugene Burmako2012-09-061-5/+5
| | | | | | | | | | Also introduces an important change to Manifest.Nothing and Manifest.Null. Previously their `erasure` was equal to classOf[Object]. Now it's correctly set to classOf[scala.runtime.Nothing$] and classOf[scala.runtime.Null$] correspondingly. See a discussion here: https://groups.google.com/forum/#!topic/scala-internals/Y0ALGo7QPqE
* rethinks tagsEugene Burmako2012-04-231-0/+5
* introduces ArrayTag and ErasureTag * all type tags now feature erasure