summaryrefslogtreecommitdiff
path: root/test/pending/neg/t8079d.scala
blob: ad420b99e3951e82d50f530583f8f7bc97e2994d (plain) (blame)
1
2
3
4
trait C[-I] {
  protected[this] type X = C[I]
  def f2(b: X): Unit
}