aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/core/StdNames.scala
diff options
context:
space:
mode:
authorodersky <odersky@gmail.com>2017-02-14 18:46:36 +0100
committerFelix Mulder <felix.mulder@gmail.com>2017-02-14 18:46:36 +0100
commit606e36be88c47cd3f2e8856d6bd6b95aed7aa191 (patch)
tree1d71ab178ad4da7bf8d7ed2222e5c7d38f46f22d /compiler/src/dotty/tools/dotc/core/StdNames.scala
parent38a385af56fa14e5b48b23f87bcf9ce7aa22a1ef (diff)
downloaddotty-606e36be88c47cd3f2e8856d6bd6b95aed7aa191.tar.gz
dotty-606e36be88c47cd3f2e8856d6bd6b95aed7aa191.tar.bz2
dotty-606e36be88c47cd3f2e8856d6bd6b95aed7aa191.zip
Fix #1976: Hack to support scala.xml's $scope (#1977)
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.
Diffstat (limited to 'compiler/src/dotty/tools/dotc/core/StdNames.scala')
-rw-r--r--compiler/src/dotty/tools/dotc/core/StdNames.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/src/dotty/tools/dotc/core/StdNames.scala b/compiler/src/dotty/tools/dotc/core/StdNames.scala
index 4a9c50dad..c424c6182 100644
--- a/compiler/src/dotty/tools/dotc/core/StdNames.scala
+++ b/compiler/src/dotty/tools/dotc/core/StdNames.scala
@@ -533,6 +533,7 @@ object StdNames {
val nullRuntimeClass: N = "scala.runtime.Null$"
val synthSwitch: N = "$synthSwitch"
+ val _scope: N = "$scope"
// unencoded operators
object raw {