aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/i1976.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix #1976: Hack to support scala.xml's $scope (#1977)odersky2017-02-141-0/+4
This is a gross hack to support the need for a $scope binding when XML literals are created. It should go away once we phase out XML literals. A library-based solution should use implicits instead.