Skip to content

EPA: let stmt with semicolon has wrong anchor

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

The code

   let ;x =1

Captures the semicolon annotation, but did not widen the anchor in the ValBinds.

Fix that.

Closes #20247 (closed)

Merge request reports