summaryrefslogtreecommitdiff
path: root/test/files/neg/t2462a.check
blob: b609ec519f8eb2c147c05fdba32b349fd204815d (plain) (blame)
1
2
3
4
implicitNotFound.scala:2: error: Cannot construct a collection of type List[String] with elements of type Int based on a collection of type List[String].
  List(1,2,3).map[Int, List[String]](x => 1)
                                    ^
one error found