slovo/tests/integer-out-of-range.diag
2026-05-22 08:38:43 +02:00

15 lines
281 B
Plaintext

(diagnostic
(schema slovo.diagnostic)
(version 1)
(severity error)
(code IntegerOutOfRange)
(message "integer literal is outside the supported i32 range")
(file "<fixture>")
(span
(bytes 37 47)
(range 5 3 5 13)
)
(expected "i32")
(found "2147483648")
)