aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/StdNames.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2014-09-12 02:29:53 +0200
committerMartin Odersky <odersky@gmail.com>2014-09-12 02:29:53 +0200
commit2317764b683fe548f7c5e3b5ee5ede9760433c61 (patch)
tree812021ca83db7c3120ebe4a1797015b04856996e /src/dotty/tools/dotc/core/StdNames.scala
parentbb5b049076ca733ea42e528ecef81de438a15b19 (diff)
downloaddotty-2317764b683fe548f7c5e3b5ee5ede9760433c61.tar.gz
dotty-2317764b683fe548f7c5e3b5ee5ede9760433c61.tar.bz2
dotty-2317764b683fe548f7c5e3b5ee5ede9760433c61.zip
New phase: CapturedVars
Breaks out boxing functionality of captured vars from lambda lift.
Diffstat (limited to 'src/dotty/tools/dotc/core/StdNames.scala')
-rw-r--r--src/dotty/tools/dotc/core/StdNames.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dotty/tools/dotc/core/StdNames.scala b/src/dotty/tools/dotc/core/StdNames.scala
index af4e810de..3cafd2af7 100644
--- a/src/dotty/tools/dotc/core/StdNames.scala
+++ b/src/dotty/tools/dotc/core/StdNames.scala
@@ -344,6 +344,7 @@ object StdNames {
// val conforms : N = "conforms" // Dotty deviation: no special treatment of conforms, so the occurrence of the name here would cause to unintended implicit shadowing. Should find a less common name for it in Predef.
val copy: N = "copy"
val currentMirror: N = "currentMirror"
+ val create: N = "create"
val definitions: N = "definitions"
val delayedInit: N = "delayedInit"
val delayedInitArg: N = "delayedInit$body"
@@ -484,6 +485,7 @@ object StdNames {
val withFilter: N = "withFilter"
val withFilterIfRefutable: N = "withFilterIfRefutable$"
val wrap: N = "wrap"
+ val zero: N = "zero"
val zip: N = "zip"
val synthSwitch: N = "$synthSwitch"