summaryrefslogtreecommitdiff
path: root/test/files/run/typetags_core.check
diff options
context:
space:
mode:
authorEugene Burmako <xeno.by@gmail.com>2012-06-30 23:36:23 +0200
committerEugene Burmako <xeno.by@gmail.com>2012-07-04 20:48:47 +0400
commitfb5a2ff10e1e40f3c8408c52617f870cab758a61 (patch)
treecb75284616d098982ca578889f85128ed54c4be0 /test/files/run/typetags_core.check
parent1fe5087c8e7713cbb42e1da6c1486de3531dd544 (diff)
downloadscala-fb5a2ff10e1e40f3c8408c52617f870cab758a61.tar.gz
scala-fb5a2ff10e1e40f3c8408c52617f870cab758a61.tar.bz2
scala-fb5a2ff10e1e40f3c8408c52617f870cab758a61.zip
tags for AnyVal and AnyRef
Diffstat (limited to 'test/files/run/typetags_core.check')
-rw-r--r--test/files/run/typetags_core.check56
1 files changed, 30 insertions, 26 deletions
diff --git a/test/files/run/typetags_core.check b/test/files/run/typetags_core.check
index ec93221a30..8d20e099c4 100644
--- a/test/files/run/typetags_core.check
+++ b/test/files/run/typetags_core.check
@@ -1,26 +1,30 @@
-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]
+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[AnyVal]
+true
+TypeTag[AnyRef]
+true
+TypeTag[java.lang.Object]
+true
+TypeTag[Null]
+true
+TypeTag[Nothing]