File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -1142,8 +1142,13 @@ by passing them to the ``[keyPath:]`` subscript.
11421142 As of 2017-04-19 Joe Groff says he expects to only implement property names
11431143 for WWDC. More stuff will land later.
11441144
1145- key-path-component --> identifier ``?``
1146- key-path-component --> ``[`` function-argument-list ``]``
1145+ key-path-expression --> ``\`` type-OPT ``.`` key-path-components
1146+
1147+ key-path-components --> key-path-component | key-path-component ``.`` key-path-components
1148+ key-path-component --> identifier keypath-postfixes-OPT | keypath-postfixes
1149+
1150+ key-path-postfixes --> key-path-postfix key-path-postfixes-OPT
1151+ key-path-postfix --> ``?`` | ``!`` | ``[`` function-argument-list ``]``
11471152
11481153
11491154 .. _Expression_SelectorExpression :
You can’t perform that action at this time.
0 commit comments