3 Commits

Author SHA1 Message Date
Jieyou Xu
ddd99930f3 Turn invalid index suffixes into hard errors 2025-08-18 21:57:11 +08:00
Jieyou Xu
d7f7443a95 Expand tuple-index-suffix test coverage
Actually, the accidentally accepted invalid suffixes also include tuple
struct indexing positions, struct numeral field name positions. So
before changing anything, first expand test coverage, so we can observe
the effect of bumping the non-lint pseudo-FCW warning into a hard error.
2025-08-18 21:57:09 +08:00
Jieyou Xu
ea44f12f72 Rename and move tuple index suffix regression test
To make it more obvious what it's testing.

This is its own commit to make git blame easier.
2025-08-18 21:57:09 +08:00