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

15 lines
283 B
Plaintext

(diagnostic
(schema slovo.diagnostic)
(version 1)
(severity error)
(code TypeMismatch)
(message "cannot call `std.num.f64_to_string` with argument of wrong type")
(file "<fixture>")
(span
(bytes 63 64)
(range 5 26 5 27)
)
(expected "f64")
(found "i32")
)