summaryrefslogtreecommitdiff
path: root/test/files/run/abstypetags_core.check
Commit message (Collapse)AuthorAgeFilesLines
* Normalized line endings.Paul Phillips2012-09-201-30/+30
| | | | | | This brings all the files into line with the .gitattributes settings, which should henceforth be automatically maintained by git.
* tags for AnyVal and AnyRefEugene Burmako2012-07-041-26/+30
|
* removes ClassTag.String and TypeTag.StringEugene Burmako2012-07-021-2/+0
| | | | | | | | | | TypeTag.String is removed because it's unclear whether it should point to scala.Predef.String or to java.lang.String. ClassTag.String is removed to be consistent with TypeTag.String. This requires re-bootstrapping, because Definitions.scala in locker expects classTag[String] being automatically generated, whereas starr disagrees with locker on how to generate that class tag.
* TypeTag => AbsTypeTag, ConcreteTypeTag => TypeTagEugene Burmako2012-06-081-0/+28
This protects everyone from the confusion caused by stuff like this: https://issues.scala-lang.org/browse/SI-5884