summaryrefslogtreecommitdiff
path: root/test/files/run/repl-power.scala
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.scala
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.scala')
-rw-r--r--test/files/run/repl-power.scala10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/files/run/repl-power.scala b/test/files/run/repl-power.scala
new file mode 100644
index 0000000000..9f70ac4b68
--- /dev/null
+++ b/test/files/run/repl-power.scala
@@ -0,0 +1,10 @@
+import scala.tools.partest.ReplTest
+
+object Test extends ReplTest {
+ def code = """
+:power
+// guarding against "error: reference to global is ambiguous"
+global.emptyValDef // "it is imported twice in the same scope by ..."
+ """.trim
+}
+