15 lines
264 B
Plaintext
15 lines
264 B
Plaintext
(diagnostic
|
|
(schema slovo.diagnostic)
|
|
(version 1)
|
|
(severity error)
|
|
(code TypeMismatch)
|
|
(message "cannot call `id` with argument of wrong type")
|
|
(file "<fixture>")
|
|
(span
|
|
(bytes 79 83)
|
|
(range 8 7 8 11)
|
|
)
|
|
(expected "i32")
|
|
(found "bool")
|
|
)
|