summaryrefslogtreecommitdiff
path: root/test/files/neg/bug877.check
blob: e71041348c77947fd0b8b5654621f4b77e01bdcc (plain) (blame)
1
2
3
4
5
6
7
bug877.scala:3: error: parents of traits may not have parameters
trait Foo extends A(22A, Bug!) {}
                   ^
bug877.scala:3: error: Invalid literal number
trait Foo extends A(22A, Bug!) {}
                    ^
two errors found