aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/pos/t6184.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/pos/t6184.scala')
-rw-r--r--tests/pending/pos/t6184.scala7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/pending/pos/t6184.scala b/tests/pending/pos/t6184.scala
deleted file mode 100644
index 386399963..000000000
--- a/tests/pending/pos/t6184.scala
+++ /dev/null
@@ -1,7 +0,0 @@
-trait Foo[TroubleSome] {
- type T <: Foo[TroubleSome]
-
- this match {
- case e: Foo[_]#T => ???
- }
-}