summaryrefslogtreecommitdiff
path: root/test/files/run/t7139.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t7139.check')
-rw-r--r--test/files/run/t7139.check11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/files/run/t7139.check b/test/files/run/t7139.check
new file mode 100644
index 0000000000..9a29a6cef9
--- /dev/null
+++ b/test/files/run/t7139.check
@@ -0,0 +1,11 @@
+
+scala> import test._
+import test._
+
+scala> A(0)
+res0: test.A = 0
+
+scala> A(0)
+res1: test.A = 0
+
+scala> :quit