summaryrefslogtreecommitdiff
path: root/test/files/run/t4710.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t4710.scala')
-rw-r--r--test/files/run/t4710.scala6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/files/run/t4710.scala b/test/files/run/t4710.scala
new file mode 100644
index 0000000000..5e5b1e86b5
--- /dev/null
+++ b/test/files/run/t4710.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 }"""
+}
+