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.
2 parents ffdd4fb + 161b4ac commit d76bec5Copy full SHA for d76bec5
spec/expression.dd
@@ -1387,9 +1387,8 @@ $(GNAME PrimaryExpression):
1387
1388
$(H3 $(LNAME2 identifier, .Identifier))
1389
1390
- $(P $(IDENTIFIER) is looked up at module scope, rather than the current
1391
- lexically nested scope.
1392
- )
+ $(P See $(DDSUBLINK spec/module, module_scope_operators, Module Scope
+ Operator).)
1393
1394
$(H3 $(LNAME2 this, this))
1395
spec/module.dd
@@ -484,7 +484,7 @@ void main()
484
485
$(H2 $(LNAME2 module_scope_operators, Module Scope Operator))
486
487
- $(P A leading `.` causes the
+ $(P A leading dot (`.`) causes the
488
identifier to be looked up in the module scope.)
489
490
---------
0 commit comments