aboutsummaryrefslogtreecommitdiff
path: root/tests/run/getclass.check
diff options
context:
space:
mode:
authorAlexander Myltsev <alexander.myltsev@phystech.edu>2015-07-23 15:16:18 +0300
committerAlexander Myltsev <alexander.myltsev@phystech.edu>2015-07-25 17:52:40 +0300
commit2cf567b1023734d481e8511e4e3314246afef6a4 (patch)
tree4e9b2ef2a44e3d4c804504b1ad224706a2069321 /tests/run/getclass.check
parentcf17b73cc02daf514f6d5499fd7a5562fc93349e (diff)
downloaddotty-2cf567b1023734d481e8511e4e3314246afef6a4.tar.gz
dotty-2cf567b1023734d481e8511e4e3314246afef6a4.tar.bz2
dotty-2cf567b1023734d481e8511e4e3314246afef6a4.zip
Implement getClass method
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