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