summaryrefslogtreecommitdiff
path: root/test/files/run/t9027.check
blob: 34292542862004f30574c481ddb65bcff02ea473 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  {
    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.")
}