Skip to content

Address missing case for '.' in Lexer

Shayne Fletcher requested to merge wip/T20186 into master

Issue #20186 (closed) notes a parse error results in programs with explicit foralls when OverloadedRecordDot is in effect. The root cause is a missing case in the Lexer function varsym_suffix which this MR addresses. A new test is provided verifying the fix.

Merge request reports