summaryrefslogtreecommitdiff
path: root/test/files/run/reflection-sanitychecks.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/reflection-sanitychecks.check')
-rw-r--r--test/files/run/reflection-sanitychecks.check8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/files/run/reflection-sanitychecks.check b/test/files/run/reflection-sanitychecks.check
new file mode 100644
index 0000000000..d977e0ed66
--- /dev/null
+++ b/test/files/run/reflection-sanitychecks.check
@@ -0,0 +1,8 @@
+field: 1
+method: 2
+class: CC
+object: java.lang.Error: inner and nested modules are not supported yet
+field: scala.ScalaReflectionException: expected a member of class C, you provided value D.foo
+method: scala.ScalaReflectionException: expected a member of class C, you provided method D.bar
+class: scala.ScalaReflectionException: expected a member of class C, you provided class D.C
+object: scala.ScalaReflectionException: expected a member of class C, you provided object D.O