slovo/tests/std-env-get-type.diag
2026-05-22 08:38:43 +02:00

15 lines
276 B
Plaintext

(diagnostic
(schema slovo.diagnostic)
(version 1)
(severity error)
(code TypeMismatch)
(message "cannot call `std.env.get` with argument of wrong type")
(file "<fixture>")
(span
(bytes 53 54)
(range 5 16 5 17)
)
(expected "string")
(found "i32")
)