summaryrefslogtreecommitdiff
path: root/test/files/neg/t6260.check
blob: 60c4add1430407f64c3690fcbe835dd54f11966b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
t6260.scala:3: error: bridge generated for member method apply: (bx: Box[X])Box[Y] in <$anon: Box[X] => Box[Y]>
which overrides method apply: (v1: T1)R in trait Function1
clashes with definition of the member itself;
both have erased type (v1: Object)Object
    ((bx: Box[X]) => new Box(f(bx.x)))(this)
                  ^
t6260.scala:8: error: bridge generated for member method apply: (bx: Box[X])Box[Y] in <$anon: Box[X] => Box[Y]>
which overrides method apply: (v1: T1)R in trait Function1
clashes with definition of the member itself;
both have erased type (v1: Object)Object
    ((bx: Box[X]) => new Box(f(bx.x)))(self)
                  ^
two errors found