slovo/tests/array-argument-type-mismatch.diag
2026-05-22 08:38:43 +02:00

15 lines
289 B
Plaintext

(diagnostic
(schema slovo.diagnostic)
(version 1)
(severity error)
(code TypeMismatch)
(message "cannot call `first` with argument of wrong type")
(file "<fixture>")
(span
(bytes 107 120)
(range 8 10 8 23)
)
(expected "(array i32 2)")
(found "(array i32 1)")
)