summaryrefslogtreecommitdiff
path: root/test/files/neg/t6795.scala
blob: a523c89c821caf08666b434bf9d18c93ddb79369 (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 }