aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/pos/philippe4.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/pos/philippe4.scala')
-rw-r--r--tests/pending/pos/philippe4.scala3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/pending/pos/philippe4.scala b/tests/pending/pos/philippe4.scala
deleted file mode 100644
index 9ce3691f5..000000000
--- a/tests/pending/pos/philippe4.scala
+++ /dev/null
@@ -1,3 +0,0 @@
-trait Foo[t <: Foo[t]] { self: t =>
- def foo(that: t): Boolean;
-}