slovo/tests/std-string-byte-at-result-context.diag

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 73)
(range 4 1 5 39)
)
(expected "i32")
(found "(result i32 i32)")
)