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.
1 parent 2749163 commit a34c522Copy full SHA for a34c522
ReferenceManual/Expressions.rst
@@ -1135,8 +1135,13 @@ by passing them to the ``[keyPath:]`` subscript.
1135
1136
key-path-expression --> ``\`` type-OPT ``.`` key-path-components
1137
key-path-components --> key-path-component | key-path-component ``.`` key-path-components
1138
-
1139
key-path-component --> identifier
+
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
1145
key-path-component --> identifier ``?``
1146
key-path-component --> ``[`` function-argument-list ``]``
1147
0 commit comments