summaryrefslogtreecommitdiff
path: root/test/files/neg/bug550.check
blob: 6c8580091cc6afeb20a9e27542d53f843b9ee80d (plain) (blame)
1
2
3
4
5
6
7
bug550.scala:6: error: class List takes type parameters
  def sum[a](xs: List)(implicit m: Monoid[a]): a =
                 ^
bug550.scala:8: error: no implicit argument matching parameter type Monoid[Nothing] was found.
  sum(List(1,2,3))
     ^
two errors found