summaryrefslogtreecommitdiff
path: root/test/files/run/t4710.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t4710.check')
-rw-r--r--test/files/run/t4710.check7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/files/run/t4710.check b/test/files/run/t4710.check
new file mode 100644
index 0000000000..aa2f08d452
--- /dev/null
+++ b/test/files/run/t4710.check
@@ -0,0 +1,7 @@
+Type in expressions to have them evaluated.
+Type :help for more information.
+
+scala> def method : String = { implicit def f(s: Symbol) = "" ; 'symbol }
+method: String
+
+scala>