slovo/tests/std-num-f64-to-i64-result-arity.diag
2026-05-22 08:38:43 +02:00

15 lines
290 B
Plaintext

(diagnostic
(schema slovo.diagnostic)
(version 1)
(severity error)
(code ArityMismatch)
(message "function `std.num.f64_to_i64_result` called with wrong number of arguments")
(file "<fixture>")
(span
(bytes 50 77)
(range 5 3 5 30)
)
(expected "1")
(found "0")
)