aboutsummaryrefslogblamecommitdiff
path: root/tests/pos/t3859.scala
blob: 9922073016bf1c994ba1b0a8973407be8cfa4595 (plain) (tree)
1
2
3
4



                                     
class Test {
  def foo: Unit = bar(Array(): _*)
  def bar(values: AnyRef*): Unit = ()
}