slovo/tests/struct-unknown-field.diag
2026-05-22 08:38:43 +02:00

13 lines
222 B
Plaintext

(diagnostic
(schema slovo.diagnostic)
(version 1)
(severity error)
(code UnknownStructField)
(message "struct `Point` has no field `z`")
(file "<fixture>")
(span
(bytes 90 91)
(range 9 20 9 21)
)
)