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

21 lines
356 B
Plaintext

(diagnostic
(schema slovo.diagnostic)
(version 1)
(severity error)
(code DuplicateStruct)
(message "duplicate struct `Point`")
(file "<fixture>")
(span
(bytes 50 55)
(range 7 9 7 14)
)
(related
(span
(file "<fixture>")
(bytes 24 29)
(range 4 9 4 14)
(message "original struct declaration")
)
)
)