summaryrefslogtreecommitdiff
path: root/test/files/neg/t6260.check
blob: 2b7f1a8bfbdb3e9fd777994486047a25d426eb9c (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: (x$1: Box[X])Box[Y] in anonymous class $anonfun
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: (x$1: Box[X])Box[Y] in anonymous class $anonfun
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