We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a90f381 commit ab3a743Copy full SHA for ab3a743
compiler/src/dotty/tools/dotc/config/Config.scala
@@ -10,7 +10,7 @@ object Config {
10
11
final val checkCacheMembersNamed = false
12
13
- final val semanticNames = false
+ final val semanticNames = true
14
15
/** When updating a constraint bound, check that the constrained parameter
16
* does not appear at the top-level of either of its bounds.
0 commit comments