summaryrefslogtreecommitdiff
path: root/test/files/neg/bug664.check
blob: 176058d9629faf512d294e2e9491b39c867e391b (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