summaryrefslogtreecommitdiff
path: root/test/files/run/t7139.check
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@gmail.com>2016-10-27 21:13:56 +0200
committerLukas Rytz <lukas.rytz@gmail.com>2016-10-27 21:13:56 +0200
commit47050ee4934f5bf78339c5d81583ab445a4318dd (patch)
tree8c68c4d7649493e66869fc36e296bda2435b881a /test/files/run/t7139.check
parent26c57466eb321a053af0c0feaebf24e585a6bea4 (diff)
downloadscala-47050ee4934f5bf78339c5d81583ab445a4318dd.tar.gz
scala-47050ee4934f5bf78339c5d81583ab445a4318dd.tar.bz2
scala-47050ee4934f5bf78339c5d81583ab445a4318dd.zip
SI-7139 test case, fixed by one of the recent commits
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