aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/pos/t3859.scala
blob: 9922073016bf1c994ba1b0a8973407be8cfa4595 (plain) (blame)
1
2
3
4
class Test {
  def foo: Unit = bar(Array(): _*)
  def bar(values: AnyRef*): Unit = ()
}