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.check5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/run/classof.check b/tests/run/classof.check
index 9476c014d..e42026e7a 100644
--- a/tests/run/classof.check
+++ b/tests/run/classof.check
@@ -8,16 +8,19 @@ int
long
float
double
-Class types
+
+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