slovo/tests/enum-unknown-variant.diag
2026-05-22 08:38:43 +02:00

14 lines
257 B
Plaintext

(diagnostic
(schema slovo.diagnostic)
(version 1)
(severity error)
(code UnknownVariantConstructor)
(message "enum `Color` has no variant `Blue`")
(file "<fixture>")
(span
(bytes 58 68)
(range 7 4 7 14)
)
(expected "one of Red")
)