summaryrefslogtreecommitdiff
path: root/test/files/run/t4710.check
blob: f2335d1bdd8ebaa3b8e1374fb79b908e8df84a2e (plain) (blame)
1
2
3
4
5
6
7
8
Type in expressions to have them evaluated.
Type :help for more information.

scala> def method : String = { implicit def f(s: Symbol) = "" ; 'symbol }
warning: there were 1 feature warning(s); re-run with -feature for details
method: String

scala>