summaryrefslogtreecommitdiff
path: root/test/files/run/t4710.check
blob: 7c2b10b09802490c3b8ca01008049e48a092b7e4 (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 warnings; re-run with -feature for details
method: String

scala>