Offer the reference hint only where it would render the same value, and name the guard set in the help
Tests / vet + fmt + tests (pull_request) Successful in 57s
Tests / vet + fmt + tests (push) Successful in 7s

This commit was merged in pull request #4.
This commit is contained in:
2026-09-03 21:12:04 +02:00
parent 8ed8d9bb51
commit 44601c90ab
3 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ func transformArg(fields map[string]node, a []string) error {
_, _, err := refShape(leaf)
return err
}
return checkArm(leaf, fields)
return checkArm(leaf, fields, false)
}
func transformOperand(a []string) []string {