From 3becbd55aff0401f31fa6782c69c81b88befe39d Mon Sep 17 00:00:00 2001 From: Eugene Burmako Date: Mon, 2 Jul 2012 13:21:20 +0200 Subject: removes ClassTag.String and TypeTag.String 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. --- test/files/run/typetags_core.check | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 test/files/run/typetags_core.check (limited to 'test/files/run/typetags_core.check') diff --git a/test/files/run/typetags_core.check b/test/files/run/typetags_core.check new file mode 100644 index 0000000000..ec93221a30 --- /dev/null +++ b/test/files/run/typetags_core.check @@ -0,0 +1,26 @@ +true +TypeTag[Byte] +true +TypeTag[Short] +true +TypeTag[Char] +true +TypeTag[Int] +true +TypeTag[Long] +true +TypeTag[Float] +true +TypeTag[Double] +true +TypeTag[Boolean] +true +TypeTag[Unit] +true +TypeTag[Any] +true +TypeTag[java.lang.Object] +true +TypeTag[Null] +true +TypeTag[Nothing] -- cgit v1.2.3