summaryrefslogtreecommitdiff
path: root/test/files/neg/t0259.check
blob: 8c15d984196e556dc7530a4a8c1c55b464e591cd (plain) (blame)
1
2
3
4
5
6
7
t0259.scala:4: error: double definition:
constructor TestCase3: (groups: (String, Int)*)test.TestCase3 at line 3 and
constructor TestCase3: (groups: String*)test.TestCase3 at line 4
have same type after erasure: (groups: Seq)test.TestCase3
  def this( groups: String*) = this()
      ^
one error found