-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
DocumentationRelated to documentation content (not generation).Related to documentation content (not generation).Easy
Description
The section for static expressions/statements only covers static: doFoo() notation. It should also be shown that it is "callable" and that UFCS works on it, possible examples being static foo(), static(foo()), maybe even foo().static and foo().static().
(I know static behaves like an operator, specifically a prefix only operator like not, but I don't think this would be great to put in the spec)
timotheecour and mratsim
Metadata
Metadata
Assignees
Labels
DocumentationRelated to documentation content (not generation).Related to documentation content (not generation).Easy