15 lines
262 B
Plaintext
15 lines
262 B
Plaintext
(diagnostic
|
|
(schema slovo.diagnostic)
|
|
(version 1)
|
|
(severity error)
|
|
(code ReturnTypeMismatch)
|
|
(message "function `main` returns wrong type")
|
|
(file "<fixture>")
|
|
(span
|
|
(bytes 16 65)
|
|
(range 4 1 5 31)
|
|
)
|
|
(expected "i32")
|
|
(found "string")
|
|
)
|