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

15 lines
285 B
Plaintext

(diagnostic
(schema slovo.diagnostic)
(version 1)
(severity error)
(code TypeMismatch)
(message "cannot call `std.string.ends_with` with argument of wrong type")
(file "<fixture>")
(span
(bytes 66 67)
(range 5 31 5 32)
)
(expected "string")
(found "i32")
)