slovo/tests/array-index-out-of-bounds.diag
2026-05-22 08:38:43 +02:00

15 lines
273 B
Plaintext

(diagnostic
(schema slovo.diagnostic)
(version 1)
(severity error)
(code ArrayIndexOutOfBounds)
(message "array index is outside the fixed array bounds")
(file "<fixture>")
(span
(bytes 60 61)
(range 5 26 5 27)
)
(expected "0..1")
(found "2")
)