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