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.check30
1 files changed, 30 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..d1b71f0926
--- /dev/null
+++ b/test/files/run/typetags_core.check
@@ -0,0 +1,30 @@
+true
+GroundTypeTag[Byte]
+true
+GroundTypeTag[Short]
+true
+GroundTypeTag[Char]
+true
+GroundTypeTag[Int]
+true
+GroundTypeTag[Long]
+true
+GroundTypeTag[Float]
+true
+GroundTypeTag[Double]
+true
+GroundTypeTag[Boolean]
+true
+GroundTypeTag[Unit]
+true
+GroundTypeTag[Any]
+true
+GroundTypeTag[Object]
+true
+GroundTypeTag[AnyVal]
+true
+GroundTypeTag[AnyRef]
+true
+GroundTypeTag[Null]
+true
+GroundTypeTag[Nothing]