slovo/tests/type-alias-name-conflict.diag

21 lines
371 B
Plaintext

(diagnostic
(schema slovo.diagnostic)
(version 1)
(severity error)
(code TypeAliasNameConflict)
(message "type alias `Count` conflicts with a struct")
(file "<fixture>")
(span
(bytes 52 57)
(range 7 7 7 12)
)
(related
(span
(file "<fixture>")
(bytes 24 29)
(range 4 9 4 14)
(message "struct declaration")
)
)
)