summaryrefslogblamecommitdiff
path: root/test/files/neg/bug588.check
blob: f652292a2cd2dd0857177ad3c0dfb2801afec54e (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                         

                                             
                                                            
                                      
   
                                          


                                                     
                             

                
bug588.scala:3: error: double definition:
method visit:((int) => String)boolean and
method visit:((int) => unit)boolean at line 2
have same type after erasure: (scala.Function1)scala.Boolean
  def visit(f: int => String): boolean
  ^
bug588.scala:10: error: double definition:
method f:(Test.this.TypeB)scala.Unit and
method f:(Test.this.TypeA)scala.Unit at line 9
have same type after erasure: (Test#TraitA)scala.Unit
  def f(brac : TypeB) : Unit;
  ^
two errors found