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


                                                                      


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