aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/i1976.scala
blob: 32967977dbe63f5c03b78ff7a0d151cfd66df1e4 (plain) (blame)
1
2
3
4
object Test {
  import scala.xml._
  val node = <node>{ "whatever " }</node>
}