summaryrefslogtreecommitdiff
path: root/test/files/neg/bug664.check
blob: 62995f13b3eeba71c991c7e1088f9a6a76fa54cc (plain) (blame)
1
2
3
4
5
6
7
bug664.scala:4: error: type Foo is not a member of test.Test with scala.ScalaObject
  trait Foo extends super.Foo {
                         ^
bug664.scala:5: error: type Bar is not a member of java.lang.Object with scala.ScalaObject
    trait Bar extends super.Bar;
                           ^
two errors found