aboutsummaryrefslogblamecommitdiff
path: root/tests/pos/t1131.scala
blob: 1b2a90457921e03e8987590e94aef874a07e6cb8 (plain) (tree)
1
2
3
4



                                     
trait A { self: Any { def p: Any } =>
  def f(b: => Unit): Unit = {}
  f { p }
}