summaryrefslogtreecommitdiff
path: root/test/files/pos/philippe4.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/philippe4.scala')
-rw-r--r--test/files/pos/philippe4.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/philippe4.scala b/test/files/pos/philippe4.scala
index c98aa2236e..9ce3691f5e 100644
--- a/test/files/pos/philippe4.scala
+++ b/test/files/pos/philippe4.scala
@@ -1,3 +1,3 @@
-trait Foo[t <: Foo[t]] requires t {
+trait Foo[t <: Foo[t]] { self: t =>
def foo(that: t): Boolean;
}