summaryrefslogblamecommitdiff
path: root/test/files/res/t785/ScalaTrees.scala
blob: fdf32b5234c5ccdeea535c5e14a30706c9fd5e96 (plain) (tree)
1
2
3
4
5
6
7
             





                                                                  
package t785;
trait ScalaTrees extends ScalaNewTyper {
  trait TraitClassImpl extends HasArgsTypeParametersImpl {
    argss(null);
    protected def argss(tree : String) : List[List[String]] = Nil;
  }
}