aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/pos/t780.scala
blob: 7ed6745d9f42d1f7b85b9a1adec4b13ecab91d66 (plain) (blame)
1
2
class B extends A { protected val x = false }
trait A { self: B => x }