aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/t7120/Base_1.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/run/t7120/Base_1.scala')
-rw-r--r--tests/pending/run/t7120/Base_1.scala10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/pending/run/t7120/Base_1.scala b/tests/pending/run/t7120/Base_1.scala
deleted file mode 100644
index be07b4f34..000000000
--- a/tests/pending/run/t7120/Base_1.scala
+++ /dev/null
@@ -1,10 +0,0 @@
-// This bug doesn't depend on separate compilation,
-// in the interests of minimizing the log output during
-// debugging this problem, I've split the compilation.
-
-case class Container( v: String )
-
-trait Base[ T <: AnyRef ] {
- type UserType = T
- protected def defect: PartialFunction[ UserType, String ]
-}