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