slovo/tests/array-index-not-i32.diag
2026-05-22 08:38:43 +02:00

15 lines
251 B
Plaintext

(diagnostic
(schema slovo.diagnostic)
(version 1)
(severity error)
(code ArrayIndexNotI32)
(message "`index` offset must be i32")
(file "<fixture>")
(span
(bytes 58 62)
(range 5 24 5 28)
)
(expected "i32")
(found "bool")
)