summaryrefslogblamecommitdiff
path: root/test/files/neg/t0259.check
blob: 8c6ce1d26971488e881110d7f6f5d5d9a63af9d4 (plain) (tree)
1
2
3
4
5
6
7






                                                              
t0259.scala:4: error: double definition:
constructor TestCase3:(String*)test.TestCase3 and
constructor TestCase3:((String, Int)*)test.TestCase3 at line 3
have same type after erasure: (Seq)test.TestCase3
  def this( groups: String*) = this()
      ^
one error found