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

15 lines
295 B
Plaintext

(diagnostic
(schema slovo.diagnostic)
(version 1)
(severity error)
(code VariantConstructorArity)
(message "enum constructor `Reading.Value` requires one string payload argument")
(file "<fixture>")
(span
(bytes 74 89)
(range 8 3 8 18)
)
(expected "1")
(found "0")
)