summaryrefslogtreecommitdiff
path: root/test/files/resident/bug743/BracesXXX.scala
blob: 8a2416caa81c8173a14219826483fd0d3ab94cc3 (plain) (blame)
1
2
3
4
5
6
package bug743;
trait BracesXXX extends ParserXXX {
  trait Matchable extends IsLinked {
    def foo : NodeImpl = null;
  }
}