summaryrefslogblamecommitdiff
path: root/test/files/neg/mixins.check
blob: 805f9c42469d69456fb3b7c5d6e381fb546e65cb (plain) (tree)
1
2
3
4
5
6





                                                       
mixins.scala:9 error: illegal inheritance; superclass C
 is not a subclass of the superclass B
 of the mixin class M
class D extends C with M
                       ^
one error found