aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/t7120/Derived_2.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/run/t7120/Derived_2.scala')
-rw-r--r--tests/pending/run/t7120/Derived_2.scala9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/pending/run/t7120/Derived_2.scala b/tests/pending/run/t7120/Derived_2.scala
deleted file mode 100644
index e0de629f8..000000000
--- a/tests/pending/run/t7120/Derived_2.scala
+++ /dev/null
@@ -1,9 +0,0 @@
-trait Derived extends Base[ Container ] {
- protected def defect = { case c: Container => c.v.toString }
-}
-
-// Erasure was ignoring the prefix `Derived#7001.this` when erasing
-// A1, and consequently used `Object` rather than `Container`, which
-// was only seen because that signature clashed with the bridge method.
-//
-// applyOrElse[A1 <: Derived#7001.this.UserType#7318, B1 >: String](x1: A1)