Skip to content

Allow keywords which can be used as variables to be used with OverloadedDotSyntax

Matthew Pickering requested to merge wip/t20723 into master

There are quite a few keywords which are allowed to be used as variables. Such as "as", "dependency" etc. These weren't accepted by OverloadedDotSyntax.

The fix is pretty simple, use the varid production rather than raw VARID.

Fixes #20723 (closed)

Merge request reports