summaryrefslogtreecommitdiff
path: root/test/files/run/existentials3-new.check
Commit message (Collapse)AuthorAgeFilesLines
* removes Symbol.kind and Type.kindEugene Burmako2012-08-261-8/+8
| | | | | | | | | | | | | use Universe.showRaw instead: scala> import scala.reflect.runtime.{universe => ru} import scala.reflect.runtime.{universe=>ru} scala> ru.showRaw(typeOf[Int]) res0: String = TypeRef(ThisType(scala), scala.Int, List()) scala> ru.showRaw(typeOf[Int].typeSymbol, printKinds = true) res1: String = scala.Int#CLS
* repairs the tests after the refactoring spreeEugene Burmako2012-06-081-24/+24
|
* migrates stdlib and compiler to tagsEugene Burmako2012-04-231-0/+24
* all usages of ClassManifest and Manifest are replaced with tags * all manifest tests are replaced with tag tests