slovo/tests/nested-local-declaration.diag
2026-05-22 08:38:43 +02:00

14 lines
312 B
Plaintext

(diagnostic
(schema slovo.diagnostic)
(version 1)
(severity error)
(code LocalDeclarationNotAllowed)
(message "local declarations are allowed only as body forms")
(file "<fixture>")
(span
(bytes 40 53)
(range 5 6 5 19)
)
(hint "move the declaration before the final body expression")
)