slovo/tests/std-string-starts-with-type.diag

15 lines
287 B
Plaintext

(diagnostic
(schema slovo.diagnostic)
(version 1)
(severity error)
(code TypeMismatch)
(message "cannot call `std.string.starts_with` with argument of wrong type")
(file "<fixture>")
(span
(bytes 68 69)
(range 5 33 5 34)
)
(expected "string")
(found "i32")
)