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