15 lines
294 B
Plaintext
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")
|
|
)
|