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

13 lines
241 B
Plaintext

(diagnostic
(schema slovo.diagnostic)
(version 1)
(severity error)
(code InvalidEnumMatchArm)
(message "`Shape.Circle` arm is not valid for `Color` match")
(file "<fixture>")
(span
(bytes 99 113)
(range 9 6 9 20)
)
)