summaryrefslogtreecommitdiff
path: root/test/files/neg/seqtest.check
blob: 42d3a71a9c5cb5fee12d9a4c7d3b47352e078875 (plain) (blame)
1
2
3
4
5
6
7
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 argument types (scala.Seq[scala.Int])
  val c = L(a);
           ^
one error found