slovo/tests/std-string-parse-bool-result-bool-context.diag
2026-05-22 08:38:43 +02:00

15 lines
267 B
Plaintext

(diagnostic
(schema slovo.diagnostic)
(version 1)
(severity error)
(code IfConditionNotBool)
(message "`if` condition must be bool")
(file "<fixture>")
(span
(bytes 41 78)
(range 5 7 5 44)
)
(expected "bool")
(found "(result bool i32)")
)