summaryrefslogblamecommitdiff
path: root/test/files/res/t722/Parser.scala
blob: 5dfcd57367548b7fc4e051d0a5040b7690d90c37 (plain) (tree)
1
2
3
4
5
6
7
8
 
             

               
                  


   
package t722;
trait Parser {
  trait Link  {
    def foo() = {}
  }
}