slovo/tests/std-parameter-shadows-runtime.diag
2026-05-22 08:38:43 +02:00

14 lines
350 B
Plaintext

(diagnostic
(schema slovo.diagnostic)
(version 1)
(severity error)
(code ParameterShadowsCallable)
(message "parameter `std.io.print_i32` conflicts with a compiler-known callable name")
(file "<fixture>")
(span
(bytes 27 43)
(range 4 12 4 28)
)
(hint "choose a parameter name distinct from compiler-known callable names")
)