summaryrefslogtreecommitdiff
path: root/test/files/res/t722/Parser.scala
blob: 9f543589206e0e0d2c822b3f12469b34dbbdbbac (plain) (blame)
1
2
3
4
5
6
7
8
package t722;
trait Parser {
  trait Link  {
    def foo() = {} 
  }
}