Bend/tests/snapshots/compile_file__error_messages.bend.snap

12 lines
443 B
Plaintext
Raw Permalink Normal View History

2024-03-01 20:32:14 +03:00
---
source: tests/golden_tests.rs
input_file: tests/golden_tests/compile_file/error_messages.bend
2024-03-01 20:32:14 +03:00
---
Errors:
In tests/golden_tests/compile_file/error_messages.bend :
2024-05-10 22:42:32 +03:00
In definition 'Foo':
Unbound constructor 'C' in pattern matching rule.
Unbound constructor 'D' in pattern matching rule.
In definition 'Foo2':
Unbound constructor 'E' in pattern matching rule.