summaryrefslogtreecommitdiff
path: root/test/files/run/classof.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/classof.check')
-rw-r--r--test/files/run/classof.check23
1 files changed, 22 insertions, 1 deletions
diff --git a/test/files/run/classof.check b/test/files/run/classof.check
index e9a8fd6b76..af7082f5b8 100644
--- a/test/files/run/classof.check
+++ b/test/files/run/classof.check
@@ -1 +1,22 @@
-SomeClass
+Value types:
+void
+boolean
+byte
+short
+char
+int
+long
+float
+double
+Class types
+class SomeClass
+class scala.List
+class scala.Tuple2
+Arrays:
+class [Lscala.runtime.BoxedUnit;
+class [I
+class [D
+class [Lscala.List;
+Functions:
+interface scala.Function2
+interface scala.Function1