slovo/tests/enum-constructor-arity.diag
2026-05-22 08:38:43 +02:00

15 lines
273 B
Plaintext

(diagnostic
(schema slovo.diagnostic)
(version 1)
(severity error)
(code VariantConstructorArity)
(message "enum constructor `Color.Red` takes no arguments")
(file "<fixture>")
(span
(bytes 57 70)
(range 7 3 7 16)
)
(expected "0")
(found "1")
)