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

15 lines
268 B
Plaintext

(diagnostic
(schema slovo.diagnostic)
(version 1)
(severity error)
(code ArityMismatch)
(message "function `add` called with wrong number of arguments")
(file "<fixture>")
(span
(bytes 82 89)
(range 8 3 8 10)
)
(expected "2")
(found "1")
)