summaryrefslogblamecommitdiff
path: root/test/files/neg/t4069.scala
blob: 80df6ec16dfa6836a34fecc69c4bdb84258d2a97 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                          
object ParserBug {
  1 match {
          case 1 =>
            <div>
                { 1 match { case 1 => "1"; case 2 => "2" }
            </div>
          case 2 =>
            <div/>
        }
}