summaryrefslogtreecommitdiff
path: root/test/files/neg/t2316.check
blob: fea1745663367e21fb4b1211f21b446fc4314fe4 (plain) (blame)
1
2
3
4
5
6
7
t2316.scala:28: error: ambiguous implicit values:
 both method T1FromT3 in object T1 of type (implicit t3: test.T3)test.T1
 and method T1FromT2 in object T1 of type (implicit t2: test.T2)test.T1
 match expected type test.T1
      val t1 = requireT1
               ^
one error found