slovo/tests/malformed-match-pattern.diag
2026-05-22 08:38:43 +02:00

14 lines
272 B
Plaintext

(diagnostic
(schema slovo.diagnostic)
(version 1)
(severity error)
(code MalformedMatchPattern)
(message "`some` match pattern requires one payload binding")
(file "<fixture>")
(span
(bytes 75 81)
(range 6 6 6 12)
)
(expected "(some binding)")
)