summaryrefslogtreecommitdiff
path: root/test-nsc/files/pos/philippe4.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test-nsc/files/pos/philippe4.scala')
-rw-r--r--test-nsc/files/pos/philippe4.scala3
1 files changed, 0 insertions, 3 deletions
diff --git a/test-nsc/files/pos/philippe4.scala b/test-nsc/files/pos/philippe4.scala
deleted file mode 100644
index c9b1cdaeb0..0000000000
--- a/test-nsc/files/pos/philippe4.scala
+++ /dev/null
@@ -1,3 +0,0 @@
-trait Foo[t <: Foo[t]]: t {
- def foo(that: t): Boolean;
-}