Issue Kind
Parse of Valid Source Produced Invalid Syntax Tree
Source Code
_ = distinctUntilChanged(\ .?.status)
Description
The \ .?.status keypath should be parsed as a keypath, just like \.?.status would be.
Currently producing a diagnostic with 4f2e153:
unexpected text '.?.status' in function call
Issue Kind
Parse of Valid Source Produced Invalid Syntax Tree
Source Code
Description
The
\ .?.statuskeypath should be parsed as a keypath, just like\.?.statuswould be.Currently producing a diagnostic with 4f2e153: