]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/syntax: return correct start pos for KeyValueExprs
authorRobert Griesemer <gri@golang.org>
Mon, 10 Jun 2024 17:27:26 +0000 (10:27 -0700)
committerGopher Robot <gobot@golang.org>
Mon, 10 Jun 2024 17:49:19 +0000 (17:49 +0000)
commit4256ec16616827b8ef5a19f74599aa44ffe6111a
treed26dae0ca80e03ff3d939cd640c98d33a4462571
parentf515c1bac708c46f3bb4811439fc75bd013300c9
cmd/compile/internal/syntax: return correct start pos for KeyValueExprs

Fixes #67866.

Change-Id: Id9d345aab87e493b8ed94319c5acaa1900362648
Reviewed-on: https://go-review.googlesource.com/c/go/+/591695
Reviewed-by: Robert Griesemer <gri@google.com>
Auto-Submit: Robert Griesemer <gri@google.com>
Reviewed-by: Robert Findley <rfindley@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/cmd/compile/internal/syntax/issues_test.go [new file with mode: 0644]
src/cmd/compile/internal/syntax/positions.go