Skip to content

parser: Avoid mitigation for missing token if it follows DOT or DOUBLE_COLON

Rico Tzschichholz requested to merge wip/issue/987 into master

Rolling back to a DOT/DOUBLE_COLON token will retrigger the attempt to parse an incomplete member access.

Regression of 4368a4fa

Fixes #987 (closed)

Merge request reports