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






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