summaryrefslogblamecommitdiff
path: root/test/files/neg/t8463.check
blob: 1a3eea28701de26069b4dc8949f530b82d06fc38 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                                              
t8463.scala:5: error: type mismatch;
 found   : Long
 required: ?T[Long]
Note that implicit conversions are not applicable because they are ambiguous:
 both method longWrapper in class LowPriorityImplicits of type (x: Long)scala.runtime.RichLong
 and method ArrowAssoc in object Predef of type [A](self: A)ArrowAssoc[A]
 are possible conversion functions from Long to ?T[Long]
  insertCell(Foo(5))
            ^
one error found