aboutsummaryrefslogtreecommitdiff
path: root/tests/run/classof.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run/classof.check')
-rw-r--r--tests/run/classof.check23
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/run/classof.check b/tests/run/classof.check
new file mode 100644
index 000000000..9476c014d
--- /dev/null
+++ b/tests/run/classof.check
@@ -0,0 +1,23 @@
+Value types:
+void
+boolean
+byte
+short
+char
+int
+long
+float
+double
+Class types
+class SomeClass
+class ValueClass
+class scala.collection.immutable.List
+class scala.Tuple2
+Arrays:
+class [Lscala.runtime.BoxedUnit;
+class [I
+class [D
+class [Lscala.collection.immutable.List;
+Functions:
+interface scala.Function2
+interface scala.Function1