Add regression test: #6715, land is a valid identifier#19478
Conversation
|
|
Commit pushed:
|
This comment has been minimized.
This comment has been minimized.
|
Commit pushed:
|
|
🤖 This is an automated response from Regression PR Shepherd. Fixed the merge conflict (Category B0). The PR branch had a bad merge conflict resolution that accidentally dropped the What happened: When the PR author merged The fix (commit pushed): Checked out the current This should clear the
|
58754d6 to
c6b70d5
Compare
Adds a regression test for #6715
Verifies that
land,lor,lxor,lsl,lsr, andasrcan be used as valid identifiers after the ML compatibility removal in PR #19143. Previously,let land = 3would produce the confusing FS0010 "Unexpected infix operator in binding" error.Fixes #6715