aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/pos/delambdafy_t6260_method.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/untried/pos/delambdafy_t6260_method.check')
-rw-r--r--tests/untried/pos/delambdafy_t6260_method.check13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/untried/pos/delambdafy_t6260_method.check b/tests/untried/pos/delambdafy_t6260_method.check
deleted file mode 100644
index f5cd6947d..000000000
--- a/tests/untried/pos/delambdafy_t6260_method.check
+++ /dev/null
@@ -1,13 +0,0 @@
-delambdafy_t6260_method.scala:3: error: bridge generated for member method apply: (bx: Object)Object in class map$extension1
-which overrides method apply: (v1: Object)Object in trait Function1
-clashes with definition of the member itself;
-both have erased type (bx: Object)Object
- ((bx: Box[X]) => new Box(f(bx.x)))(this)
- ^
-delambdafy_t6260_method.scala:8: error: bridge generated for member method apply: (bx: Object)Object in class map21
-which overrides method apply: (v1: Object)Object in trait Function1
-clashes with definition of the member itself;
-both have erased type (bx: Object)Object
- ((bx: Box[X]) => new Box(f(bx.x)))(self)
- ^
-two errors found