summaryrefslogtreecommitdiff
path: root/test/files/neg/t9527a.check
blob: e756518bed7c19e4743a44eee0685fa9c0cef4e9 (plain) (blame)
1
2
3
4
5
6
7
t9527a.scala:5: error: ambiguous implicit values:
 both method f in class C of type (x: Int)String
 and method g in class C of type (x: Int)String
 match expected type Int => String
    implicitly[Int => String]
              ^
one error found