summaryrefslogtreecommitdiff
path: root/test/files/neg/t1477.check
blob: 72bffa327061516e7f9152191eb7d9793cf46c96 (plain) (blame)
1
2
3
4
5
t1477.scala:13: error: overriding type V in trait C with bounds <: Middle.this.D;
 type V is a volatile type; cannot override a type with non-volatile upper bound
    type V <: (D with U)
         ^
one error found