summaryrefslogtreecommitdiff
path: root/test/files/pos/t6897.scala
blob: a7a03a1d3a722176df91f76f12618b669aec62b1 (plain) (blame)
1
2
3
4
5
6
class A {
  val html = (null: Any) match {
    case 1 => <xml:group></xml:group>
    case 2 => <p></p>
  }
}