aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/t3861.scala
blob: 5ebe0252032201a9ca858c6ef8d699760ad3793e (plain) (blame)
1
2
trait Y
abstract class X(x: Int) { self: Y => x }