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

21 lines
390 B
Plaintext

(diagnostic
(schema slovo.diagnostic)
(version 1)
(severity error)
(code DuplicateStructConstructorField)
(message "constructor for `Point` repeats field `x`")
(file "<fixture>")
(span
(bytes 80 81)
(range 8 20 8 21)
)
(related
(span
(file "<fixture>")
(bytes 74 75)
(range 8 14 8 15)
(message "original constructor field")
)
)
)