summaryrefslogtreecommitdiff
path: root/test/pending/pos/misc/S.scala
blob: c5bfb26f18340057cb01898d40f09c3e4c556342 (plain) (blame)
1
2
3
4
object Test extends J {
  def h(xs: String*) {}
  g("a", "b", "c")
}