summaryrefslogtreecommitdiff
path: root/test/files/run/typetags_core.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/typetags_core.check')
-rw-r--r--test/files/run/typetags_core.check26
1 files changed, 26 insertions, 0 deletions
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]