15 lines
285 B
Plaintext
15 lines
285 B
Plaintext
(diagnostic
|
|
(schema slovo.diagnostic)
|
|
(version 1)
|
|
(severity error)
|
|
(code TypeMismatch)
|
|
(message "local `values` initializer has the wrong type")
|
|
(file "<fixture>")
|
|
(span
|
|
(bytes 63 76)
|
|
(range 5 29 5 42)
|
|
)
|
|
(expected "(array i32 2)")
|
|
(found "(array i32 1)")
|
|
)
|