summaryrefslogtreecommitdiff
path: root/test/files/run/t9689.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t9689.check')
-rw-r--r--test/files/run/t9689.check14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/files/run/t9689.check b/test/files/run/t9689.check
new file mode 100644
index 0000000000..61ed6e13a2
--- /dev/null
+++ b/test/files/run/t9689.check
@@ -0,0 +1,14 @@
+
+scala> import bug._
+import bug._
+
+scala> import Wrap._
+import Wrap._
+
+scala> object Bar extends Foo
+defined object Bar
+
+scala> Bar.foo
+ok
+
+scala> :quit