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