summaryrefslogblamecommitdiff
path: root/test/files/run/t9027.check
blob: 34292542862004f30574c481ddb65bcff02ea473 (plain) (tree)


















                                                                                              
{
  {
    val $buf = new _root_.scala.xml.NodeBuffer();
    $buf.$amp$plus(new _root_.scala.xml.Elem(null, "a", _root_.scala.xml.Null, $scope, true));
    $buf.$amp$plus(new _root_.scala.xml.Elem(null, "b", _root_.scala.xml.Null, $scope, true));
    $buf
  };
  println("hello, world.")
}
{
  {
    val $buf = new _root_.scala.xml.NodeBuffer();
    $buf.$amp$plus(new _root_.scala.xml.Elem(null, "a", _root_.scala.xml.Null, $scope, true));
    $buf.$amp$plus(new _root_.scala.xml.Elem(null, "b", _root_.scala.xml.Null, $scope, true));
    $buf.$amp$plus(new _root_.scala.xml.Elem(null, "c", _root_.scala.xml.Null, $scope, true));
    $buf
  };
  println("hello, world.")
}