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

14 lines
336 B
Plaintext

(diagnostic
(schema slovo.diagnostic)
(version 1)
(severity error)
(code LocalShadowsCallable)
(message "local `print_i32` conflicts with a function or compiler intrinsic")
(file "<fixture>")
(span
(bytes 42 51)
(range 5 8 5 17)
)
(hint "choose a local name distinct from functions and compiler intrinsics")
)