slovo/tests/std-fs-write-text-result-type.diag
2026-05-22 08:38:43 +02:00

15 lines
289 B
Plaintext

(diagnostic
(schema slovo.diagnostic)
(version 1)
(severity error)
(code TypeMismatch)
(message "cannot call `std.fs.write_text_result` with argument of wrong type")
(file "<fixture>")
(span
(bytes 70 71)
(range 5 36 5 37)
)
(expected "string")
(found "i32")
)