summaryrefslogtreecommitdiff
path: root/test/files/neg/bug588.check
blob: 2529c2377236954c236fd1b6eeb6b8c4a18a45df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
bug588.scala:3 error: double definition:
method visit:((scala.Int) => java.lang.String)scala.Boolean and
method visit:((scala.Int) => scala.Unit)scala.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