Skip to content

Commit ab3a743

Browse files
committed
Turn on semantic names
1 parent a90f381 commit ab3a743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/config/Config.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ object Config {
1010

1111
final val checkCacheMembersNamed = false
1212

13-
final val semanticNames = false
13+
final val semanticNames = true
1414

1515
/** When updating a constraint bound, check that the constrained parameter
1616
* does not appear at the top-level of either of its bounds.

0 commit comments

Comments
 (0)