summaryrefslogblamecommitdiff
path: root/test/files/neg/t0259.check
blob: b0ab8562787fc2ad25b65bbfc84dec34772fe18d (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: (Sequence)test.TestCase3
  def this( groups: String*) = this()
      ^
one error found