Skip to content

EPA: do statement with leading semicolon has wrong anchor

Alan Zimmerman requested to merge wip/az/T20256 into master

The code

do; a <- doAsync; b

Generated an incorrect Anchor for the statement list that starts after the first semicolon.

This commit fixes it.

Closes #20256 (closed)

Merge request reports