aboutsummaryrefslogblamecommitdiff
path: root/tests/neg/t1625d.scala
blob: 616ea053946f4e51250640279e04669515b01fcf (plain) (tree)
1
2
3


                                                                                                                         
trait T2 {
  def foo(x: String*, y: String*)(z: Boolean*)(u: Int*, l: Int*): Int // error // error: varargs parameter must come last
}