summaryrefslogtreecommitdiff
path: root/test/files/neg/t0259.scala
blob: 29aef701124dbd175514f1ffaeea8fdd2af9ddd2 (plain) (blame)
1
2
3
4
5
6
package test;
class TestCase3() {
  def this( groups: (String, Int)*) = this()
  def this( groups: String*) = this()
}
object Main extends TestCase3 with App