summaryrefslogtreecommitdiff
path: root/test/files
diff options
context:
space:
mode:
authorVlad Ureche <vlad.ureche@epfl.ch>2015-01-16 15:39:39 +0100
committerVlad Ureche <vlad.ureche@epfl.ch>2015-01-16 15:39:39 +0100
commitd395e52eb1aad201746d978e31a350756d846614 (patch)
tree4ba759d8f857b05c5388ff91a0017515d460a9d5 /test/files
parent3d76836bc81c3ec183e83ee186e447ff212507d0 (diff)
parent70ed23d58f9dd2d198250d2a889b60c88e39f59a (diff)
downloadscala-d395e52eb1aad201746d978e31a350756d846614.tar.gz
scala-d395e52eb1aad201746d978e31a350756d846614.tar.bz2
scala-d395e52eb1aad201746d978e31a350756d846614.zip
Merge pull request #4249 from retronym/ticket/9089
SI-9089 Another REPL/FSC + specialization bug fix
Diffstat (limited to 'test/files')
-rw-r--r--test/files/res/t9089.check4
-rw-r--r--test/files/res/t9089.res2
-rw-r--r--test/files/res/t9089/A.scala1
3 files changed, 7 insertions, 0 deletions
diff --git a/test/files/res/t9089.check b/test/files/res/t9089.check
new file mode 100644
index 0000000000..6cf64f734b
--- /dev/null
+++ b/test/files/res/t9089.check
@@ -0,0 +1,4 @@
+
+nsc>
+nsc>
+nsc>
diff --git a/test/files/res/t9089.res b/test/files/res/t9089.res
new file mode 100644
index 0000000000..ab5cc8534d
--- /dev/null
+++ b/test/files/res/t9089.res
@@ -0,0 +1,2 @@
+t9089/A.scala
+t9089/A.scala
diff --git a/test/files/res/t9089/A.scala b/test/files/res/t9089/A.scala
new file mode 100644
index 0000000000..bccf269639
--- /dev/null
+++ b/test/files/res/t9089/A.scala
@@ -0,0 +1 @@
+object O { def f(x: => Int): Int = x }