summaryrefslogtreecommitdiff
path: root/test/files/pos/bug4757/P_1.scala
blob: 8f01a4b669748af4d72238c54160319501bd2323 (plain) (blame)
1
2
3
4
5
6
trait S[T]

object P {
  def x(t: Int)(ss: Seq[S[_]]): Seq[S[_]] = ss
}