summaryrefslogtreecommitdiff
path: root/test/files/neg/seqtest.check
blob: d3a04e8e51f9c721a73e6d25b6a545dc44000b43 (plain) (blame)
1
2
3
4
5
6
seqtest.scala:11: ambiguous reference to overloaded definition,
both method L: [a](scala.Seq[a])scala.Seq[a]
and  method L: [a](a*)scala.Seq[a] match.
  val c = L(a);
           ^
one error found