doc: full properties now always have a pipe symbol after their identifier

This commit is contained in:
2024-12-06 19:49:21 +00:00
parent ec05379e33
commit 6b9bd4771d

View File

@@ -108,7 +108,7 @@ class Person
/* Without the lambda synthesis, the property would look like this:
Note that this is the only time it is legal to access private fields
via `self` from a lambda. */
$ exampleProperty
$ exampleProperty |
get => [ ^self.val ],
set => [ :x | self.val = x ].