slovo/tests/while-condition-not-bool.diag
2026-05-22 08:38:43 +02:00

15 lines
260 B
Plaintext

(diagnostic
(schema slovo.diagnostic)
(version 1)
(severity error)
(code WhileConditionNotBool)
(message "`while` condition must be bool")
(file "<fixture>")
(span
(bytes 44 45)
(range 5 10 5 11)
)
(expected "bool")
(found "i32")
)