slovo/tests/match-binding-collision.diag
2026-05-22 08:38:43 +02:00

21 lines
389 B
Plaintext

(diagnostic
(schema slovo.diagnostic)
(version 1)
(severity error)
(code MatchBindingCollision)
(message "match payload binding `payload` collides with a visible name")
(file "<fixture>")
(span
(bytes 95 102)
(range 6 12 6 19)
)
(related
(span
(file "<fixture>")
(bytes 48 55)
(range 4 33 4 40)
(message "visible binding")
)
)
)