summaryrefslogblamecommitdiff
path: root/test/files/neg/mixins.check
blob: f310ca59629443629371446c0d31f4b20d4c1051 (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