slovo/tests/unsupported-array-equality.diag
2026-05-22 08:38:43 +02:00

14 lines
309 B
Plaintext

(diagnostic
(schema slovo.diagnostic)
(version 1)
(severity error)
(code UnsupportedArrayEquality)
(message "array equality is not supported in the first-pass array feature")
(file "<fixture>")
(span
(bytes 41 72)
(range 5 7 5 38)
)
(hint "compare indexed array elements instead")
)