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

scala>