aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2017-03-25 11:00:13 +0100
committerMartin Odersky <odersky@gmail.com>2017-04-11 09:33:10 +0200
commitf9a9ddb879e9de4730a463f28c8b6602e0e60bbc (patch)
tree51e9dbd100d1908a9a6f8e023b9e263a9df8ea7c
parent0755ec28d22798c51aedf45e4dcdf1ed299c2aa5 (diff)
downloaddotty-f9a9ddb879e9de4730a463f28c8b6602e0e60bbc.tar.gz
dotty-f9a9ddb879e9de4730a463f28c8b6602e0e60bbc.tar.bz2
dotty-f9a9ddb879e9de4730a463f28c8b6602e0e60bbc.zip
Turn on semantic names
-rw-r--r--compiler/src/dotty/tools/dotc/config/Config.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/src/dotty/tools/dotc/config/Config.scala b/compiler/src/dotty/tools/dotc/config/Config.scala
index 65e9d3856..a225b3019 100644
--- a/compiler/src/dotty/tools/dotc/config/Config.scala
+++ b/compiler/src/dotty/tools/dotc/config/Config.scala
@@ -10,7 +10,7 @@ object Config {
final val checkCacheMembersNamed = false
- final val semanticNames = 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.