summaryrefslogtreecommitdiff
path: root/test/files/run/bug4710.scala
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-06-21 21:54:03 +0000
committerPaul Phillips <paulp@improving.org>2011-06-21 21:54:03 +0000
commita3b1d1130c8c5656e493810de5a06331dfea09bb (patch)
tree033b2f9ce87663fabee40911c7830ffee52224c6 /test/files/run/bug4710.scala
parenta546fc8f4979a0705e62df71b905860e1ce0a89d (diff)
downloadscala-a3b1d1130c8c5656e493810de5a06331dfea09bb.tar.gz
scala-a3b1d1130c8c5656e493810de5a06331dfea09bb.tar.bz2
scala-a3b1d1130c8c5656e493810de5a06331dfea09bb.zip
Removed "isInterpreterWrapper" from the conditi...
Removed "isInterpreterWrapper" from the conditions which imply an effective root. This was an old hack from before my time which is no longer necessary and then recently became actively hostile. Closes #4710, no review.
Diffstat (limited to 'test/files/run/bug4710.scala')
-rw-r--r--test/files/run/bug4710.scala6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/files/run/bug4710.scala b/test/files/run/bug4710.scala
new file mode 100644
index 0000000000..5e5b1e86b5
--- /dev/null
+++ b/test/files/run/bug4710.scala
@@ -0,0 +1,6 @@
+import scala.tools.partest.ReplTest
+
+object Test extends ReplTest {
+ def code = """def method : String = { implicit def f(s: Symbol) = "" ; 'symbol }"""
+}
+