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

15 lines
283 B
Plaintext

(diagnostic
(schema slovo.diagnostic)
(version 1)
(severity error)
(code ArityMismatch)
(message "function `std.vec.i64.append` called with wrong number of arguments")
(file "<fixture>")
(span
(bytes 43 83)
(range 5 3 5 43)
)
(expected "2")
(found "1")
)