summaryrefslogtreecommitdiff
path: root/test/files/neg/t5729.check
blob: 10c13db8b65a9af3e8eda7592adf4a95828a31fa (plain) (blame)
1
2
3
4
5
6
7
t5729.scala:5: error: ambiguous reference to overloaded definition,
both method join in object Test of type [S](in: Seq[T[S]])String
and  method join in object Test of type (in: Seq[T[_]])Int
match argument types (Seq[T[_]])
  join(null: Seq[T[_]])
  ^
one error found