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

14 lines
332 B
Plaintext

(diagnostic
(schema slovo.diagnostic)
(version 1)
(severity error)
(code EmptyArrayUnsupported)
(message "first-pass arrays must contain at least one element")
(file "<fixture>")
(span
(bytes 44 55)
(range 5 10 5 21)
)
(hint "provide one or more supported direct scalar, string, enum, or struct values")
)