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

14 lines
326 B
Plaintext

(diagnostic
(schema slovo.diagnostic)
(version 1)
(severity error)
(code ZeroLengthArrayUnsupported)
(message "first-pass arrays must have positive length")
(file "<fixture>")
(span
(bytes 42 48)
(range 5 8 5 14)
)
(hint "use one or more supported direct scalar, string, enum, or struct elements")
)