15 lines
298 B
Plaintext
15 lines
298 B
Plaintext
(diagnostic
|
|
(schema slovo.diagnostic)
|
|
(version 1)
|
|
(severity error)
|
|
(code NonExhaustiveMatch)
|
|
(message "match is missing required arm(s): `Color.Blue`")
|
|
(file "<fixture>")
|
|
(span
|
|
(bytes 60 99)
|
|
(range 7 3 8 21)
|
|
)
|
|
(expected "Color.Red and Color.Blue")
|
|
(found "Color.Red")
|
|
)
|