15 lines
275 B
Plaintext
15 lines
275 B
Plaintext
(diagnostic
|
|
(schema slovo.diagnostic)
|
|
(version 1)
|
|
(severity error)
|
|
(code TypeMismatch)
|
|
(message "cannot call `string_len` with argument of wrong type")
|
|
(file "<fixture>")
|
|
(span
|
|
(bytes 49 50)
|
|
(range 5 15 5 16)
|
|
)
|
|
(expected "string")
|
|
(found "i32")
|
|
)
|