aboutsummaryrefslogtreecommitdiff
path: root/tests/run/getclass.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run/getclass.check')
-rw-r--r--tests/run/getclass.check26
1 files changed, 26 insertions, 0 deletions
diff --git a/tests/run/getclass.check b/tests/run/getclass.check
new file mode 100644
index 000000000..9d88762f4
--- /dev/null
+++ b/tests/run/getclass.check
@@ -0,0 +1,26 @@
+Value types:
+void
+boolean
+byte
+short
+char
+int
+long
+float
+double
+
+Class types:
+class SomeClass
+class ValueClass
+class scala.collection.immutable.$colon$colon
+class scala.Tuple2
+
+Arrays:
+class [Lscala.runtime.BoxedUnit;
+class [I
+class [D
+class [Lscala.collection.immutable.List;
+
+Functions:
+class Test$$$Lambda$1
+class Test$$$Lambda$2