slovo/tests/enum-payload-constructor-type.diag
2026-05-22 08:38:43 +02:00

15 lines
278 B
Plaintext

(diagnostic
(schema slovo.diagnostic)
(version 1)
(severity error)
(code TypeMismatch)
(message "enum constructor `Reading.Value` payload has wrong type")
(file "<fixture>")
(span
(bytes 89 90)
(range 8 18 8 19)
)
(expected "string")
(found "i32")
)