summaryrefslogblamecommitdiff
path: root/test/files/neg/t664.scala
blob: f3b8d06053ff5423ecb5c64482897de6399fa950 (plain) (tree)
1
2
3
4
5
6
7






                                
package test;
abstract class Test;
trait Test2 extends Test {
  trait Foo extends super.Foo {
    trait Bar extends super.Bar;
  }
}