legacy-svn-scala/test/files/neg/mixins.check

7 lines
183 B
Plaintext

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