summaryrefslogtreecommitdiff
path: root/test/files/jvm/getGenericSuperclass.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/jvm/getGenericSuperclass.check')
-rw-r--r--test/files/jvm/getGenericSuperclass.check2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/files/jvm/getGenericSuperclass.check b/test/files/jvm/getGenericSuperclass.check
new file mode 100644
index 0000000000..d8f1c73f06
--- /dev/null
+++ b/test/files/jvm/getGenericSuperclass.check
@@ -0,0 +1,2 @@
+scala.collection.immutable.List<scala.runtime.Nothing$>
+scala.Option<scala.runtime.Nothing$>