summaryrefslogtreecommitdiff
path: root/test/files/run/repl-power.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-05-31 05:08:53 +0000
committerPaul Phillips <paulp@improving.org>2011-05-31 05:08:53 +0000
commitad328ff2c016787b99300e397549d15dc2965ed3 (patch)
treeb4e20bf571e17159d25cc4485ecc106980fb3e5a /test/files/run/repl-power.check
parentedad717cc1934d80dc0b6a9af528eed8ef4b30b6 (diff)
downloadscala-ad328ff2c016787b99300e397549d15dc2965ed3.tar.gz
scala-ad328ff2c016787b99300e397549d15dc2965ed3.tar.bz2
scala-ad328ff2c016787b99300e397549d15dc2965ed3.zip
Cleaning up power mode import issues (and the a...
Cleaning up power mode import issues (and the amazing first power mode test) no review.
Diffstat (limited to 'test/files/run/repl-power.check')
-rw-r--r--test/files/run/repl-power.check18
1 files changed, 18 insertions, 0 deletions
diff --git a/test/files/run/repl-power.check b/test/files/run/repl-power.check
new file mode 100644
index 0000000000..249e0f71e8
--- /dev/null
+++ b/test/files/run/repl-power.check
@@ -0,0 +1,18 @@
+Type in expressions to have them evaluated.
+Type :help for more information.
+
+scala> :power
+** Power User mode enabled - BEEP BOOP WHIR **
+** scala.tools.nsc._ has been imported **
+** global._ and definitions._ also imported **
+** New vals! Try repl, intp, global, power **
+** New cmds! :help to discover them **
+** New defs! Type power.<tab> to reveal **
+
+scala>
+scala> // guarding against "error: reference to global is ambiguous"
+
+scala> global.emptyValDef // "it is imported twice in the same scope by ..."
+res0: global.emptyValDef.type = private val _ = _
+
+scala>