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

14 lines
272 B
Plaintext

(diagnostic
(schema slovo.diagnostic)
(version 1)
(severity error)
(code InvalidEnumMatchArm)
(message "`Color.Red` match arm does not have a payload to bind")
(file "<fixture>")
(span
(bytes 84 103)
(range 8 6 8 25)
)
(expected "(Color.Red)")
)