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

15 lines
294 B
Plaintext

(diagnostic
(schema slovo.diagnostic)
(version 1)
(severity error)
(code EnumSubjectMismatch)
(message "enum equality requires both operands to have the same enum type")
(file "<fixture>")
(span
(bytes 76 106)
(range 8 3 8 33)
)
(expected "Color")
(found "Shape")
)