summaryrefslogtreecommitdiff
path: root/test/files/run/repl-empty-package.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2013-01-30 15:51:45 -0800
committerPaul Phillips <paulp@improving.org>2013-01-30 15:55:31 -0800
commitfd6fe4e428948cbbc3feb5ee186f784e0205d697 (patch)
tree81aaa12a5136a2885b70578214fe0278cab59be4 /test/files/run/repl-empty-package.check
parentd499db3800b6460cfd575e650953980211d4026b (diff)
downloadscala-fd6fe4e428948cbbc3feb5ee186f784e0205d697.tar.gz
scala-fd6fe4e428948cbbc3feb5ee186f784e0205d697.tar.bz2
scala-fd6fe4e428948cbbc3feb5ee186f784e0205d697.zip
Fix access to empty package from the repl.
It seems that way back in f5c336d566 three months ago I booched the repl's ability to get at the empty package. I've noticed this a hundred times but strangely it has not been reported by anyone else. Perhaps you are all religious package users. In any case, it is back.
Diffstat (limited to 'test/files/run/repl-empty-package.check')
-rw-r--r--test/files/run/repl-empty-package.check7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/files/run/repl-empty-package.check b/test/files/run/repl-empty-package.check
new file mode 100644
index 0000000000..ecf79c2c6d
--- /dev/null
+++ b/test/files/run/repl-empty-package.check
@@ -0,0 +1,7 @@
+Type in expressions to have them evaluated.
+Type :help for more information.
+
+scala> println(Bippy.bippy)
+bippy!
+
+scala>