summaryrefslogtreecommitdiff
path: root/test/files/neg/bug409.check
blob: 296a85ab73fa4d136c5ef428ba6e7cb347ba9db2 (plain) (blame)
1
2
3
4
bug409.scala:6: error: mixins may not have parameters
class Toto extends Expr with Case1(12);
                                  ^
one error found