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