summaryrefslogtreecommitdiff
path: root/test/files/neg/t6795.scala
blob: a93be5bc7fb68b6277b5872e70e3cae666de017b (plain) (blame)
1
2
3
trait T { type U }
// "abstract override" shouldn't be allowed on types
trait T1 extends T { abstract override type U = Int }