slovo/tests/struct-field-order-mismatch.diag
2026-05-22 08:38:43 +02:00

15 lines
288 B
Plaintext

(diagnostic
(schema slovo.diagnostic)
(version 1)
(severity error)
(code StructConstructorFieldOrderMismatch)
(message "constructor for `Point` lists fields out of order")
(file "<fixture>")
(span
(bytes 84 85)
(range 9 14 9 15)
)
(expected "x")
(found "y")
)