DEBSOURCES
Skip Quicknav
sources / scala / 2.7.7.dfsg-4 / test / files / neg / t0259.scala
123456
package test; class TestCase3() { def this( groups: (String, Int)*) = this() def this( groups: String*) = this() } object Main extends TestCase3 with Application