aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/config/Config.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/dotty/tools/dotc/config/Config.scala')
-rw-r--r--src/dotty/tools/dotc/config/Config.scala3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dotty/tools/dotc/config/Config.scala b/src/dotty/tools/dotc/config/Config.scala
index 4d93fae29..124b8d61c 100644
--- a/src/dotty/tools/dotc/config/Config.scala
+++ b/src/dotty/tools/dotc/config/Config.scala
@@ -2,9 +2,10 @@ package dotty.tools.dotc.config
object Config {
- final val cacheMemberNames = true
+ final val cacheMembersNamed = true
final val cacheAsSeenFrom = true
final val useFingerPrints = true
+ final val cacheMemberNames = true
/** When set, use new signature-based matching.
* Advantantage of doing so: It's supposed to be faster