Skip to content

Commit

Permalink
Incorporate feedback from Joe Groff.
Browse files Browse the repository at this point in the history
  • Loading branch information
amartini51 committed Apr 20, 2017
1 parent a34c522 commit 2757f7a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions ReferenceManual/Expressions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1142,8 +1142,13 @@ by passing them to the ``[keyPath:]`` subscript.
As of 2017-04-19 Joe Groff says he expects to only implement property names
for WWDC. More stuff will land later.
key-path-component --> identifier ``?``
key-path-component --> ``[`` function-argument-list ``]``
key-path-expression --> ``\`` type-OPT ``.`` key-path-components
key-path-components --> key-path-component | key-path-component ``.`` key-path-components
key-path-component --> identifier keypath-postfixes-OPT | keypath-postfixes
key-path-postfixes --> key-path-postfix key-path-postfixes-OPT
key-path-postfix --> ``?`` | ``!`` | ``[`` function-argument-list ``]``
.. _Expression_SelectorExpression:
Expand Down

0 comments on commit 2757f7a

Please sign in to comment.