Skip to content

Commit a34c522

Browse files
committed
Comment stuff out per Joe's comments.
1 parent 2749163 commit a34c522

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

ReferenceManual/Expressions.rst

+6-1
Original file line numberDiff line numberDiff line change
@@ -1135,8 +1135,13 @@ by passing them to the ``[keyPath:]`` subscript.
11351135

11361136
key-path-expression --> ``\`` type-OPT ``.`` key-path-components
11371137
key-path-components --> key-path-component | key-path-component ``.`` key-path-components
1138-
11391138
key-path-component --> identifier
1139+
1140+
.. FUTURE syntax-grammar
1141+
1142+
As of 2017-04-19 Joe Groff says he expects to only implement property names
1143+
for WWDC. More stuff will land later.
1144+
11401145
key-path-component --> identifier ``?``
11411146
key-path-component --> ``[`` function-argument-list ``]``
11421147

0 commit comments

Comments
 (0)