aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/core/StdNames.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2017-04-01 19:28:42 +0200
committerMartin Odersky <odersky@gmail.com>2017-04-11 09:33:12 +0200
commitbd992dd3158f192fd391605a6b51e1c23e09171d (patch)
treedf53e173078ba908fa154eb4b22ec4e07341c83d /compiler/src/dotty/tools/dotc/core/StdNames.scala
parent2bfb2ca70c4588de00c12feba79ef7c0d68361a5 (diff)
downloaddotty-bd992dd3158f192fd391605a6b51e1c23e09171d.tar.gz
dotty-bd992dd3158f192fd391605a6b51e1c23e09171d.tar.bz2
dotty-bd992dd3158f192fd391605a6b51e1c23e09171d.zip
Fix and activate package scopes
Prevviously they were actually unused.
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, 0 insertions, 1 deletions
diff --git a/compiler/src/dotty/tools/dotc/core/StdNames.scala b/compiler/src/dotty/tools/dotc/core/StdNames.scala
index 815940eb0..9272c32ed 100644
--- a/compiler/src/dotty/tools/dotc/core/StdNames.scala
+++ b/compiler/src/dotty/tools/dotc/core/StdNames.scala
@@ -454,7 +454,6 @@ object StdNames {
val ne: N = "ne"
val newFreeTerm: N = "newFreeTerm"
val newFreeType: N = "newFreeType"
- val newNestedSymbol: N = "newNestedSymbol"
val newScopeWith: N = "newScopeWith"
val next: N = "next"
val nmeNewTermName: N = "newTermName"