slovo/tests/std-num-f64-to-i64-result-context.diag
2026-05-22 08:38:43 +02:00

15 lines
272 B
Plaintext

(diagnostic
(schema slovo.diagnostic)
(version 1)
(severity error)
(code ReturnTypeMismatch)
(message "function `main` returns wrong type")
(file "<fixture>")
(span
(bytes 16 69)
(range 4 1 5 35)
)
(expected "i32")
(found "(result i64 i32)")
)