aboutsummaryrefslogblamecommitdiff
path: root/tests/pos/philippe4.scala
blob: 9ce3691f5e72df61438c9de366e849a4127ba592 (plain) (tree)
1
2
3


                                   
trait Foo[t <: Foo[t]] { self: t =>
  def foo(that: t): Boolean;
}