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

14 lines
321 B
Plaintext

(diagnostic
(schema slovo.diagnostic)
(version 1)
(severity error)
(code UnsupportedArrayPrint)
(message "array printing is not supported in the first-pass array feature")
(file "<fixture>")
(span
(bytes 48 61)
(range 5 14 5 27)
)
(hint "index one array element and print that value instead")
)