scala.Predef
contains the following code:
// Apparently needed for the xml library
val $scope = scala.xml.TopScope
Did someone figure out why it is necessary, considering that it creates dependencies to packages which could have been easily split out of the standard library?