summaryrefslogblamecommitdiff
path: root/test/files/neg/t0259.scala
blob: 0975dec58e217331f02cc8718d9d2ef9cee79ce4 (plain) (tree)
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 Application