summaryrefslogblamecommitdiff
path: root/test/files/neg/mixins.check
blob: d2b789539508c4b192b8d4cba6904c85378f982c (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 trait M
class D extends C with M
                       ^
one error found