aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/config/Config.scala
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/src/dotty/tools/dotc/config/Config.scala')
-rw-r--r--compiler/src/dotty/tools/dotc/config/Config.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/src/dotty/tools/dotc/config/Config.scala b/compiler/src/dotty/tools/dotc/config/Config.scala
index 46b1896f1..a225b3019 100644
--- a/compiler/src/dotty/tools/dotc/config/Config.scala
+++ b/compiler/src/dotty/tools/dotc/config/Config.scala
@@ -10,6 +10,8 @@ object Config {
final val checkCacheMembersNamed = false
+ final val semanticNames = true
+
/** When updating a constraint bound, check that the constrained parameter
* does not appear at the top-level of either of its bounds.
*/