slovo/tests/std-vec-string-index-vector-type.diag
2026-05-22 08:38:43 +02:00

15 lines
291 B
Plaintext

(diagnostic
(schema slovo.diagnostic)
(version 1)
(severity error)
(code TypeMismatch)
(message "cannot call `std.vec.string.index` with argument of wrong type")
(file "<fixture>")
(span
(bytes 62 63)
(range 5 25 5 26)
)
(expected "(vec string)")
(found "i32")
)