summaryrefslogtreecommitdiff
path: root/test/files/run/t4710.check
blob: 4a5d11f185c77ad8f503c823b750fd43770bf7a5 (plain) (blame)
1
2
3
4
5
6
scala> def method : String = { implicit def f(s: Symbol) = "" ; 'symbol }
warning: there was one feature warning; for details, enable `:setting -feature' or `:replay -feature'
method: String

scala> :quit