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

15 lines
275 B
Plaintext

(diagnostic
(schema slovo.diagnostic)
(version 1)
(severity error)
(code ArityMismatch)
(message "function `print_bool` called with wrong number of arguments")
(file "<fixture>")
(span
(bytes 37 60)
(range 5 3 5 26)
)
(expected "1")
(found "2")
)