summaryrefslogtreecommitdiff
path: root/test/files/run/t4710.check
blob: aa2f08d452e17c063d12f386ace1147b31ce04ee (plain) (blame)
1
2
3
4
5
6
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>